Space between post and footer

verwest

BANNED
Joined
Mar 1, 2021
Messages
520
Reaction score
232
Hello, There is a space between the post footer on the main page of the website. How can I remove it with Elementor.

xx.png
 
I still couldn't do that.
 
Click on it with right mouse button ---> inspect element. You should see what element is there, and under which class so you can delete it. If not tweak padding or margin on footer and post above it.

You can edit that live in your browser so you see how it looks and what values to use

EDIT: Didnt noticed you are using, Elementor. Then just click on that section and in left toolbar there should be options for padding and margin, and if that section is not selectable in Elementor than again use inspect element to get class of that footer and add it to your custom CSS
for example:

.site-footer
{
margin-top: 10px;
}
 
Last edited:
Click on it with right mouse button ---> inspect element. You should see what element is there, and under which class so you can delete it. If not tweak padding or margin on footer and post above it.

You can edit that live in your browser so you see how it looks and what values to use

EDIT: Didnt noticed you are using, Elementor. Then just click on that section and in left toolbar there should be options for padding and margin
cvwww.png
 
is your page template set to "Elementor Full Width"?
 
i would right click on your page and open the navigator toolbar, then click each section that you have at the bottom and go to the 'advanced' tab on the left-hand column and set the top and bottom margins to 0 on all of them.
 
i would right click on your page and open the navigator toolbar, then click each section that you have at the bottom and go to the 'advanced' tab on the left-hand column and set the top and bottom margins to 0 on all of them.
I tried but no change.

dsfdsfs.png
 
you have the posts highlighted. click the "section" in the navigator; also your margins are not set to zero, they are blank which means its set to default. manually overrride it and enter the number 0.
 
you have the posts highlighted. click the "section" in the navigator; also your margins are not set to zero, they are blank which means its set to default. manually overrride it and enter the number 0.

Yes it is now, thank you very much.
 
Back
Top