Site logo

Archived topic

spacing issue with top bar widget and main menu

3 replies · Started by Mel on March 31, 2023

Viewing posts 1–4 of 4

Hi,
I am using the MyPet template.

I want to reduce/minimize the space between the line of text at the top right (top bar widget)
and the logo/menu.

I also want to add more space below the menu so the submenu doesn’t go into the heading (this happens on the front/Home page).

Could you please assist me with this, thanks.

Hi Mel,

For the Header padding, go to Appearance > Customize > Layout > Header and add bottom margin. Reference: https://docs.generatepress.com/article/header-layout-overview/

If that doesn't work, go to Appearance > Elements, try adding bottom padding there: https://docs.generatepress.com/article/header-element-overview/

For the Top Bar spacing of the widget, add this through Appearance > Customize > Additional CSS:

.inside-top-bar.grid-container p {
    margin-bottom: 0;
}

Great, thank you!

You're welcome, Mel!

This archived topic is closed to new replies.