Site logo

Archived topic

Reduce top bar height

7 replies · Started by Silvia on November 7, 2019

Viewing posts 1–8 of 8

Hello,

I installed Generate press theme and I would like to reduce the blank space above the header, but I don't know how to do, because the space belongs to the top bar. The bottom padding of the top bar is already fixed to 0, but it doesn't let to put on negative.

In the top bar there are the social icons on the right. Below the top bar there is the menu as a header with the logo in the middle. If you check the website, there is too much blank space above the logo. I wonder if I can reduce this blank space and put the social icons just over the menu.

Tank you in advance,

Silvia

Hi Leo,

The blank space is the same... Actually, it belongs to the top bar, not to the menu area. So, even if I reduce the menu item height, the space above os the same.

Any other solution?

Thanks a lot!

:-( I see... What I wanted is to delete the bottom margin coming from the Jetpack, but as you show is not possible, isn't it?

Anyway, thank you very much for your quick answers and help.

You can overwrite their CSS with the same selector:

.jetpack_widget_social_icons ul {
    margin: 0;
}

I will try, thank you!

No problem :)

This archived topic is closed to new replies.