Hi!
Our header menu is now outlined to the left but we would like to have it centered in the middle?
Anyone who can assist us with this?
Kind regards,
Els
Hi!
Our header menu is now outlined to the left but we would like to have it centered in the middle?
Anyone who can assist us with this?
Kind regards,
Els
Hi @lagentilestore ,
This is Richard from PageFly - Landing page builder, I’d like to suggest this idea:
Step 1: Go to Online Store->Theme->Edit code
Step 2: Asset->/base.css->paste below code at the bottom of the file:
@media screen and (min-width: 990px) {
.header--middle-left {
grid-template-columns: auto 1fr auto !important;
}
.list-menu--inline {
justify-content: center !important;
display: flex !important;
}
}
I hope it would help you
Best regards,
Richard | PageFly
It worked! Thank you so much.