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 #2969571
Center align the Primary Menu
Closed

Comments

  • a5d8g2j4l6 started the conversation

    Dear support team , 

    I’m looking for a way to center align the Primary Menu (header menu) . May I have your kindly help ? Many thanks.

  •  2,487
    PenciDesign replied

    Hi,

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

    #navigation .container {
        display: flex;
        justify-content: center;
    }
    #top-search {
        order: 2;
    }
    #navigation .menu {
        margin-right: 15px;
    }

    Regards,
    PenciDesign.



  • polorush replied

    Hello, it's work but in my case I dont want to moove the logo on the left and the icon research on the right (so really just the primary menu)

    Attached files:  Primary Menu Center.PNG

  •  2,487
    PenciDesign replied

    Hi @polorush,

    Following this case, you can create a new header layout by using the Penci Header Builder. Here is a video document:


    Regards,
    PenciDesign.


  • polorush replied

    ok thx