How can I center two filter buttons on my page?

Hi all,

How can I center my 2 filter buttons in the below page to the center? (“By Category” and “By Artist”)

Photography Collection | UrbanFrames

Thank you in advance.

Hii, @nadimnahas
Paste this code on top of the style.scss file.

@media only screen and (min-width: 992px) {
.filters {
    margin-left: 43% !important;
}
}

Thank you.

hi @nadimnahas

please put this file in css-files.

.page-header .filters { text-align: center;
                                    margin: 10px   0;}

thank you so much.

khilan