Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1161971

    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

    #1161981

    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

    #1161998

    Many, many thanks …

    #1161999

    okay I add this zu CSS but nothing happens

    #1162000

    Hi,

    Please try using the code as following

    body {
        padding: 0!important;
    }

    Best regards,
    Yigit

    #1162003

    thanks .. now it works.

    marco

    #1162005

    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

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘padding header and footer’ is closed to new replies.