Navigation and logo

Hello,

Please see my navigation and logo with the screen 13". Is there any way I can move my logo more left and the navigation a bit more to right to get them fit to the same level?

Or, any other idea, who the navigation would look better also on 13"? I can not leave any headline off.

Thanks!

Hello Anni,

Thanks for asking. :slight_smile:

You can use CSS margin property to move the elements. Here’s some resource that can help you get started:

https://www.w3schools.com/css/css_margin.asp

Having said that, if you could share website URL we can give you the necessary codes that will help to make the required changes.

Thanks.

Thank you!

Oh, sorry, I forgot to copy paste the link. Here is is: https://koulu.wpengine.com/

Hi,

You can try adding this in Theme Options > CSS

.x-navbar .x-container.max.width {
     max-width: 100%;
     width: 90%; 
}

Change 90% to adjust.

Hope that helps.

Thanks! fixed it!

Glad to hear it’s sorted, Anni.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.