Archived topic
Assistance needed with my primary navigation please.
7 replies · Started by Martins on July 17, 2022
Hi I’m having issues moving my menu to the left on mobile, centralizing the logo title and making the search icon remain on the right. can you please help? thanks
Thanks.
Martins
Hi Martins,
To have a better understanding of the issue, may you kindly provide the link to the site in question?
You may use the private information field for this: https://docs.generatepress.com/article/using-the-premium-support-forum/#private-information
Hope to hear from you soon.
My website URL is: https://skincareoss.com/
Waiting to hear from you soon regarding the issue explained above.
Thank you!
Hi there,
can you confirm the URL - as it timeout on my browser.
My website URL is: https://skincareoss.com/
Waiting to hear from you soon regarding the issue explained above.
Thank you!
Try this CSS:
#mobile-header .menu-toggle {
order: -1;
padding-left: 20px;
}
#mobile-header .menu-bar-item>a {
padding-left: 20px;
padding-right: 20px;
}
#mobile-header .site-logo.mobile-header-logo,
#mobile-header .site-logo.mobile-header-logo img {
height: 58px;
margin: auto;
}
Perfect! Resolved!
Thank you
Glad to hear that!