Site logo

Archived topic

gkproj - topbar - how can i make the bottom margin smaller

1 reply · Started by Robert on December 13, 2021

Viewing posts 1–2 of 2

Hi

1.
I addes this CSS into my website:
.top-bar .wp-block-columns {
margin-bottom: 0
}

but nothing happen - how can I make the space via CSS code in the red TOP BAR under the phone numer smaller?

2.
I set the bottom margin in the haeder to "0"
but there is still a lot space between the MENU and the movie (the first element in Elementor...) - how can I make is smaller

Kr
Robert

Hi there,

1. you require this CSS:


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

2. As you're using Elementor to create your page set the Content Container to Full Width - see here:

https://docs.generatepress.com/article/content-container/

This will remove the themes padding which will remove that additional space. It also means your Elementor Sections will be Full Width so you want have to Stretch them to full width.

This archived topic is closed to new replies.