on the homepage the header navigation on 10xfuel.com is centered: this is correct.
Yet on all other pages the header navigation is aligned on the left:
how can on all these other pages the header navigation be centered too? Thank you!
on the homepage the header navigation on 10xfuel.com is centered: this is correct.
Yet on all other pages the header navigation is aligned on the left:
how can on all these other pages the header navigation be centered too? Thank you!
hi @10xfuel
Because Homepage have a margin-left: 250px; for logo. Other pages don’t have it.
May I suggest these steps:
.header>.header__heading-link {
margin-left: 250px!important;
padding-left: 0;
}
Hope can help
EBOOST
Hello @10xfuel
It’s GemPages support team and glad to support you today.
You can follow these steps:
If you require any further information, feel free to contact me.
Best regards,
GemPages Support Team
hey @GemPages i did this and my logo and shipping icons also moved. Is there any way to keep them on left and right sides while navigation is in the middle?