Comments LucyEdward started the conversationJuly 22, 2024 at 4:34pmHello,How can I reduced the space between the logo and the menu ?Thank you,Cordialy.Attached files: Menu.png 2,609PenciDesign repliedJuly 22, 2024 at 4:44pmHi,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 repliedJuly 22, 2024 at 4:47pmThank 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,609PenciDesign repliedJuly 22, 2024 at 4:50pmHi,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.1 LikeLucyEdward repliedJuly 22, 2024 at 4:52pmThank you! It works :)LucyEdward repliedJuly 25, 2024 at 2:34pmHello,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,609PenciDesign repliedJuly 25, 2024 at 3:40pmHi, Please modify the CSS code: @media only screen and (min-width: 961px) { #navigation .container { max-width: 770px; } } Regards,PenciDesign. LucyEdward repliedJuly 27, 2024 at 2:05pmThank you but it does not work.Kind regards. 2,609PenciDesign repliedJuly 27, 2024 at 2:12pmHi,Please modify it: @media only screen and (min-width: 961px) { body #navigation .container { max-width: 770px; } }Regards,PenciDesign.1 LikeLucyEdward repliedJuly 27, 2024 at 3:32pmThank you, it works. Sign in to reply ...
Hello,
How can I reduced the space between the logo and the menu ?
Thank you,
Cordialy.
Attached files: Menu.png
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.
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
Hi,
Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:
Regards,
PenciDesign.
Thank you! It works :)
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
Hi,
Please modify the CSS code:
Regards,
PenciDesign.
Thank you but it does not work.
Kind regards.
Hi,
Please modify it:
Regards,
PenciDesign.
Thank you, it works.