Site logo

Archived topic

Assistance needed with my primary navigation please.

7 replies · Started by Martins on July 17, 2022

Viewing posts 1–8 of 8

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

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!

This archived topic is closed to new replies.