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 #2411791
Header Display Issue
Closed

Comments

  • jaredco started the conversation

    Hi,

    The header looks great when it is full size on computer or on mobile.

    The problem is if the screen is resized on the computer so the width is big enough where the mobile hamburger doesn't show....but not full screen.

    In that case the menu gets messed up and seems to go down but is invisible.  Not sure how to get the hamburger to appear when window is resized.


    Thanks, Steven

  •  2,699
    PenciDesign replied

    Hi,

    Please try add more this code to Customize > Custom CSS to fixed this isuse:

    @media only screen and (max-width: 1169px) and (min-width: 961px){
    #navigation.menu-item-padding ul.menu > li > a, 
    #navigation.menu-item-padding .menu > ul > li > a {
        padding: 0 10px;
    }
    }
    

    Best Regards,

    PenciDesign

  • jaredco replied

    That worked.  Thank you very much.