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 #2439527
move menu over
Closed

Comments

  • feeninforgreens started the conversation

    My Top Navigation Menu doesn't look centered. How can I move it over slightly to the right and make it centered? 

  •  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 .menu {
        margin-left: 70px;
    }
    }
    

    Best Regards,

    PenciDesign

  • feeninforgreens replied

    I tried the code provided but that did not work. Are there any other options? 

  •  2,699
    PenciDesign replied

    Hi,

    I didn't see the code appears on your site, can you check it again? And make sure the code added.

    Best Regards,

    PenciDesign

  • feeninforgreens replied

    I added this code again and it still did not work. 

  •  2,699
    PenciDesign replied

    Hi,

    I just checked your code you added and I see you're missing a letter   @   before your code.

    Let's check it and add it again.


    Best Regards,

    PenciDesign

  • feeninforgreens replied

    I added the @ that is better however it still looks slightly to the left. 

  •  2,699
    PenciDesign replied

    Hi,

    You can change value 70 to value as you want.


    Best Regards,

    PenciDesign

  • feeninforgreens replied

    thank you!