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 #2385948
Top bar padding
Closed

Comments

  • manojOne started the conversation

    My topbar menu appears as left aligned. Can I assign either left side padding (20px) or make it centrally aligned ?

  •  2,699
    PenciDesign replied

    Hi,

    Please try add more this code to Customize > Custom CSS to do that:

    .header-header-3 #navigation .menu{ float: none; }
    

    Best Regards,

    PenciDesign

  • manojOne replied

    Sorry! I t doesn't bring any changes.  ScreenshotXlBbp9e.png

  •  2,699
    PenciDesign replied

    Hi,

    Ahh, you said topbar, because I didn't see you've enabled topbar on your site, so I think you mention about main navigation.

    Ok, please try again with this custom CSS code:

    .penci-top-bar .container{ text-align: center; }


    Best Regards,

    PenciDesign

  • manojOne replied

    Yes, you are right. 

  • manojOne replied

    Thank you. I had removed the top bar earlier. I will insert your code to align it to the center.