Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #2088794
Tablet Optimization
Closed

Comments

  • Kev2633 started the conversation

    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:

  •  2,699
    PenciDesign replied

    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