Hi,
there is padding at the bottom of the content u should try to remove it or just paste
#content {
padding-bottom: 0px;
}
It will work.
Thank You
hi Daniel!
Thanks for the fast reply!
Sorry, where do i have to paste this code?
I am a beginner π
Okay,
If you build that page using some of the page builders you can just select the section and remove the bottom padding.
OR
If not paste the above code into style.css or you would have to just past it in additional css you read this it will help
Hi, @andreasyeah
You can try adding the CSS snipped that @danielbora123 kindly provided in Dashboard – Appereance – Customize – Additional CSS in the Customizer
You can also learn how to use the Chrome Developer Tools or Firefox Developer Tools to help you see and test changes to your CSS.
Since you use a commercial theme (Corify), please go to their official support channel. We feel they are best equipped to support their products.
https://themeforest.net/item/corify-wordpress-car-listings-dealership-theme/25740868/support
Forum volunteers are not given access to commercial products, so we would not know why your commercial theme is not working properly. Commercial products are not supported in these forums.
Kind regards!
Hi guys,
thank you for your help!
The @danielbora123 code worked! The problem is it will change also the padding of the “blog” section, so i will pass on this and keep it as it is.
I just needed it on the home, otherwise i will have the blog elements basically attached on top of the footer.
Thanks again! π
Hi,
Just replace#content with .home.
That should work
@danielbora123 nope doesnt work π
Hi,
Well, you used elementor to build this page. In elementor there is an option to change the padding for a section just click on edit with elementor scroll down to section select it and click advance in elementor editing dashboard and remove bottom padding.
or
using css you can past following code
body.home #content {
padding-bottom: 0px;
}
I think one of the solutions should Work
Tell me if that works
the last css code worked!!!
thank you very much for your help π