Skip to content
Public Ticket #29200

Menu padding logo

Conversation thread

LucyEdward replied

Customer Reply

Thank you, it works.

PenciDesign Supporter replied

Staff Reply

Hi,

Please modify it:

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

Regards,
PenciDesign.


LucyEdward replied

Customer Reply

Thank you but it does not work.

Kind regards.

PenciDesign Supporter replied

Staff Reply

Hi,

Please modify the CSS code:

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

Regards,
PenciDesign.

LucyEdward replied

Customer Reply

Hello,

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

Could you help me?

Thank you.

LucyEdward replied

Customer Reply

Thank you! It works :)

PenciDesign Supporter replied

Staff Reply

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

Customer Reply

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.

PenciDesign Supporter replied

Staff Reply

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 started the conversation

Conversation Start

Hello,

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

Thank you,

Cordialy.

Want to join this conversation or access attachments? Sign in first.