-
Cowanify
Hi there,
I am hoping you can tell me how to control (decrease) the amount of space between the Top Bar and the Site Title? ie between the pink text and the “Lay Me A Rainbow” on my homepage. Link included below.
In the same vein, I’d also love to decrease the space between the Site Title and the Menu Nav on this same page if possible?
Hope you can help?
Thanks heaps,
Jane -
Alvind
Hi there,
Try adding this CSS:
.top-bar p { margin-bottom: 0; } #masthead .inside-header { padding-bottom: 0; }
Adding CSS: https://docs.generatepress.com/article/adding-css/
-
Cowanify
Thank you so much, that worked! No way to get the space even smaller, is there?
Cheers
Jane -
Alvind
You can replace the previous CSS with this:
.top-bar p { margin-bottom: 0; } .inside-top-bar.grid-container { padding-bottom: 0; } #masthead .inside-header { padding-bottom: 0; padding-top: 10px; }
Simply adjust the
padding-top
value according to your preference.
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.