• Resolved flomallet

    (@flomallet)


    Hi !

    I don’t how to delete the grey bar and the padding on the bottom of the page : https://www.weletitgo.com/ ?

    I’ve already try to add the CSS :

    /* START OF Remove Grey Bar and Whitespace from Footer */
    /* Remove grey bar  */
    footer#footer {
    border-top:     none;
    }
    
    /* Reduce whitespace  */
    #main-wrapper {
    margin-bottom:  0px;
    }
    /* END OF Remove Grey Bar and Whitespace from Footer */

    in the theme appearance part.
    thank you for your help.

    Florian

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hi, @flomallet

    You should be able to remove this line within Elementor.

    Otherwise, use this CSS code:

    .wp-review-162.review-wrapper {
        display: none;
    }
Viewing 1 replies (of 1 total)

The topic ‘grey bar and bottom padding’ is closed to new replies.