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 #1737853
Header Menu
Closed

Comments

  • likemz started the conversation

    Hey Soledad Team,

    I just purchased the Theme and I love it! 

    But I have a question, I will use the Header 6. My question is, can I center the Menu or put it more to the left? I attached you a File, I want to put the menu more to the left, there is so much space between "Soledad" and "Startseite".

    Or can I swap the menu to the left and the Logo to the right? 


    Best regards,

    Mario

  •  2,699
    PenciDesign replied

    Hi,

    Please try add more this code to Customize > Custom CSS to make your menu to the left, behind the logo:

    #navigation.header-6 .menu {
        float: left;
        margin-left: 40px;
    }
    

    Best Regards,

    PenciDesign

  • likemz replied

    Thank you for the fast reply, it works!