Sense theme header text center align

i am using sense theme i want to know how i can center align menu text in header

@user4334 can you send me the url of that page?

1 Like

https://www.meshbeauty.net/

i want to align the header text in center

@user4334

This is PageFly - Advanced Page Builder. I would love to give you some recommendations

Add this css at the bottom

Online Store->Theme->Edit code

assets-> base.css

.header {

grid-template-columns: none !important;

align-items: center !important;

justify-items: center !important;

}

Hope you find my answer helpful!

Regards,

PageFly

1 Like