Comments Kev2633 started the conversationJuly 22, 2019 at 1:37amHi there PenciDesign,I am currently using the SEO book demo in the Soledad theme. I need help figuring out how to optimize the tablet view of header only.I currently want to position my logo farther left and move the hamburger menu farther right in tablet view.Here is a screenshot: 2,700PenciDesign repliedJuly 22, 2019 at 3:49amHi, Please add more this code to Customize > Custom CSS to do that: @media only screen and (max-width: 960px){ #navigation.header-6 #logo { float: left; margin-left: 10px; } #navigation.header-6 #logo img { right: auto; left: auto; } #navigation .button-menu-mobile { position: absolute; left: auto; right: 10px; }}Best Regards,PenciDesign Sign in to reply ...
Hi there PenciDesign,
I am currently using the SEO book demo in the Soledad theme. I need help figuring out how to optimize the tablet view of header only.
I currently want to position my logo farther left and move the hamburger menu farther right in tablet view.
Here is a screenshot:
Hi,
Please add more this code to Customize > Custom CSS to do that:
Best Regards,
PenciDesign