How do I keep my logo on the left, but center menu items on the navigation bar? Login information is in secure notes.
Also, why aren’t the images and text in section 5 of my homepage aligned?
How do I keep my logo on the left, but center menu items on the navigation bar? Login information is in secure notes.
Also, why aren’t the images and text in section 5 of my homepage aligned?
Hi @eutaw,
Thank you for reaching out to us. I see you’re using X, this could have been achieved in Pro without a need of custom development using Header Builder.
In X this would require custom CSS as this is not a theme feature by default and is outside of our support scope, but we will do our best to help you getting started with the customization but we will not be able to implement it. You can add the following code in the Theme Options > CSS:
.x-nav-wrap.desktop {
position: absolute;
left: 50%;
transform: translateX(-50%);
}
Please note that the code provided above serves as a guide only and is to help you in getting started so implementing it and maintaining the code will be out of our support scope and for further maintenance for new possible versions of the theme that may cause the customization to break, you will need to hire a developer.
Hope this helps!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.