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 #4037305
Primary menu moving out of the top section
Open

Comments

  • nnavayugam started the conversation

    hi There,

    my Primary menu is moving out of the top bar when i add more menus, also while the resize the browser same issue occurs. please help with dong necessary CSS changes

    Attached files:  Screenshot 2025-06-02 223317.png
      Screenshot 2025-06-02 223434.png

  •  2,888
    PenciDesign replied

    Hi,

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

    @media only screen and (min-width: 961px) {
      #navigation.menu-item-padding ul.menu > li > a {
        padding: 0 5px;
      }
    }
    

    Regards,
    PenciDesign.