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
i want to align the header text in center
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