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 #1885767
Mobile Layout
Closed

Comments

  • chefman2006 started the conversation

    I would like to remove the hamburger menu that appears on the left when in mobile format (see attached screenshot).  I only want to keep the one on the right.

    Also, is there a way to make the logo portion smaller just on mobile?

    Lastly, there is a blue arrow for editing the menu in the right hand hamburger menu (see attached).  Does this arrow go away on the published site?

  •  2,699
    PenciDesign replied

    Hi,

    1/ Please add more this code to Customize > Custom CSS to do that:

    @media only screen and (max-width: 960px){
    #navigation .button-menu-mobile{ display: none; }
    .penci-menuhbg-wapper{ float: left; }
    }
    

    2/ Please add more this code to Customize > Custom CSS to do that:

    @media only screen and (max-width: 479px) {
    #logo img { max-width: 200px; }
    }

    Change value 200 to value as you want.

    3/ It doesn't appear on your site - just for customize page only.


    Best Regards,

    PenciDesign