Hello,
could you please help me.
Why is there padding on top and under the footer :-(
body {
padding-top: 70px;
padding-bottom: 300px;
}
How can I edit or delete it?
Thanks a lot
Hey,
It is coming from Plus V integration plugin you are using. You can add following code to Quick CSS in Enfold theme options > General Styling
body { padding: 0; }
Best regards,
Yigit
Many, many thanks …
okay I add this zu CSS but nothing happens
Hi,
Please try using the code as following
body {
padding: 0!important;
}
Best regards,
Yigit
thanks .. now it works.
marco
Hi,
You are welcome! :)
For your information, you can take a look at Enfold documentation here – https://kriesi.at/documentation/enfold/
If you have any other questions or issues, feel free to start a new thread under Enfold sub forum and we will gladly try to help you :)
Best regards,
Yigit