• I have been making my website and things have been going smoothly.

    My home page is this : theroyalecollection.co.uk
    If you scroll down you will notice there is still padding cutting off the section telling people about my services from where it says The Royale Collection has a wealth of…..

    At the bottom of the page it also has padding.

    I have used the css code :

    .page header.entry-header {
    display: none;
    }
    
    .page .content-wrapper {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    margin: 0px;
    }

    Yet the padding is still there? Does anyone know how to remove it?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    This seems to be tied up with your use of Elementor

    Try

    .elementor-106 .elementor-element.elementor-element-rn321fl {
      margin-top: 0;
    }

    To add CSS:

    • If you are using WordPress 4.7 or later, use the “Additional CSS” option in the customizer.
    • If your theme has a custom CSS option, use that to add the CSS shown above.
    • If not, install the plugin Simple Custom CSS.

    Learn to use the Chrome Developer Tools to help you see and test changes to your CSS.

    Thread Starter infinitearchives

    (@infinitearchives)

    Thank you for the swift reply Steve, I done what you suggested and it did work! However, the bottom of the page has still got a white border.

    Could it potentially be to do with the fact that when I first set about editing the home page Elementor wasn’t coming up with the option so what I decided to do was to go to

    Settings – Reading : I clicked a static page and I set the front page to Home.

    To remove the white bar, add the following CSS

    .page-wrap .content-wrapper{
    background-transparent !important;
    }
    • This reply was modified 7 years, 8 months ago by luckychingi.
    Thread Starter infinitearchives

    (@infinitearchives)

    That unfortunately didn’t get rid of the white bar in the bottom luckychingi

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Help, I can’t remove my padding for some reason!’ is closed to new replies.