I’d like to move my menu and logo over further to the left side of the screen so it aligns better with my slideshow. Where can I make this change?
Thanks!
A user wants to adjust the Dawn theme header to align the menu and logo further left to match their slideshow layout.
Proposed Solution:
.header.page-width{max-width:none!important;}
Current Status:
I’d like to move my menu and logo over further to the left side of the screen so it aligns better with my slideshow. Where can I make this change?
Thanks!
Hi @RemisAE
You can below css code in your base.css file under assets folder.
.header.page-width{max-width:none!important;}
once you add this code at bottom of your base.css you menu will look like this
Best Regards,
Parth bhut
Hi I have the same problem.
Here is the site link. Want to remove the left and right side margin of the header. Pasted this code at the bottom of the Base.css file. but didn’t work.