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 #2562794
Hamburger menu
Closed

Comments

  • Halaenvato_2020 started the conversation

    Hello,

    I changed the layout of my menu but the hamburger menu is interfering with my logo. Please help.

    Probably the hamburger menu can go up a little bit and to the left a little bit to align with the edges of the website.

  •  2,699
    PenciDesign replied

    Hi,

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

    @media only screen and (min-width: 961px){
    #navigation.header-6 #logo{ margin-left: 30px; }
    }
    #navigation.header-4 .penci-menuhbg-toggle, 
    #navigation.header-5 .penci-menuhbg-toggle, 
    #navigation.header-6 .penci-menuhbg-toggle{ margin-left: 0; }
    

    Best Regards,

    PenciDesign

  • Halaenvato_2020 replied

    It didn't look quite like I expected it. 

    Can you get the hamburger menu to align with "the classic"? like bring it down a little.

  •  2,699
    PenciDesign replied

    Hi,

    If you want to do that, please replace the code I sent to this code:

    @media only screen and (min-width: 961px){
    #navigation.header-6 #logo{ margin-left: 30px; }
    }
    #navigation.header-4 .penci-menuhbg-toggle, 
    #navigation.header-5 .penci-menuhbg-toggle, 
    #navigation.header-6 .penci-menuhbg-toggle{ margin-left: 0; }
    .penci-menuhbg-toggle .penci-menuhbg-inner{ margin-top: 27px; }
    .is-sticky .penci-menuhbg-toggle .penci-menuhbg-inner{ margin-top: 19px; }
    

    Best Regards,

    PenciDesign

  • Halaenvato_2020 replied

    Perfect.

    Thank you!