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 #3149779
menu problems
Closed

Comments

  •  3
    laugher started the conversation

    Here seems menu is in the white space. No hamburger and no menu. But only when template is 920-1170 width.
    Header layout 6 is the problem.
    When menu disappear, hamburger should appear I believe.
    Here menu is under red cross, in white space.


    7337957374.png
  •  2,487
    PenciDesign replied

    Hi,

    Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:

    @media only screen and (min-width:961px) and (max-width:1169px) {
        #navigation ul.menu > li, #navigation .menu > ul > li {
            margin-right: 5px;
        }
    }

    Regards,
    PenciDesign.