Skip to content
Public Ticket #8801

Tablet Optimization

Conversation thread

PenciDesign replied

Staff Reply

Hi,

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

Kev2633 started the conversation

Conversation Start

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:

Want to join this conversation or access attachments? Sign in first.