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:
- Intro to CSS - https://goo.gl/mFuWQT
- How to get CSS selectors - https://goo.gl/BmoH39
- Get Started With Viewing And Changing CSS - https://goo.gl/7xFhDa
Hope this helps.
That did it! Thank you for all your help. Always amazing support here!
You’re welcome 
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.