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 #2490738
Menu to the left
Closed

Comments

  • jimfarg started the conversation

    Hello, how can I put this menu to the left?

  •  2,699
    PenciDesign replied

    Hi,

    To do that, please try add more this code to Customize > Custom CSS:

    @media only screen and (min-width: 961px){
    #navigation.header-11 .penci-menu-wrap, #navigation.header-10 .penci-menu-wrap{ padding-left: 40px; }
    #navigation.header-11 .penci-menuhbg-wapper, #navigation.header-10 .penci-menuhbg-wapper{ float: none; position: absolute; left: 20px; }
    }

    Best Regards,

    PenciDesign