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 #3690964
Menu padding logo
Closed

Comments

  • LucyEdward started the conversation

    Hello,

    How can I reduced the space between the logo and the menu ?

    Thank you,

    Cordialy.

    Attached files:  Menu.png

  •  2,464
    PenciDesign replied

    Hi,

    The header layout you've selected forces the logo to always be centered.

    How do you want to display the menu and logo? Please send me a screenshot and take note of your preferences.

    Regards,
    PenciDesign.


  • LucyEdward replied

    Thank you for your quick answer.

    I want the logo to stay in the middle, I just want to have my menu closer to the logo. it is too far away from the logo.

    Cordialy.


    Attached files:  Capture d’écran (604).png

  •  2,464
    PenciDesign replied

    Hi,

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

    @media only screen and (min-width: 961px) {
      body.home #navigation .container {
        max-width: 770px;
      }
    }

    Regards,
    PenciDesign.



  • LucyEdward replied

    Thank you! It works :)

  • LucyEdward replied

    Hello,

    It works only on the homepage, not on the post pages.

    Could you help me?

    Thank you.

    Attached files:  Capture d’écran (68).png

  •  2,464
    PenciDesign replied

    Hi,

    Please modify the CSS code:

    @media only screen and (min-width: 961px) {
      #navigation .container {
        max-width: 770px;
      }
    }

    Regards,
    PenciDesign.

  • LucyEdward replied

    Thank you but it does not work.


    Kind regards.

  •  2,464
    PenciDesign replied

    Hi,

    Please modify it:

    @media only screen and (min-width: 961px) {
      body #navigation .container {
        max-width: 770px;
      }
    }

    Regards,
    PenciDesign.


  • LucyEdward replied

    Thank you, it works.