Move Logo Left

Hello. I’ve read several threads but still no success. I’m trying to move my logo image to the far left of the header. I’m using child theme and renew. I’ve tried entering code in Appearance > Customize > Additional CSS with no luck. Any help would be appreciated. Thank you

Hi there,

Please try this code in X > Theme Options > CSS:

.x-navbar-inner .x-container.max {
    max-width: none;
    width: 98%;
}

Here are some related links for further reading:

Hope this helps.

That did it! Thank you for all your help. Always amazing support here!

You’re welcome :slight_smile:

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