How do I remove the margin created by text area 1 on the presentation page?

  • Author
    Posts
  • #35592
    Harry Laws

    Hi everyone,

    I’m re-designing my blog homepage, and I’ve decided I would like to have these post excerpts underneath my slider. However, there’s a large margin where the text area 1 widget normally goes. I searched around in the theme files for a margin, but I’m yet to find anything I can work with.

    The margin between the slider and columns area

    Would there be a way to remove this margin by adding some code to the theme files and if so, which file should I put it in?

    Thanks, Harry

    #35595
    Harry Laws

    Sorry, the image showing the margin appears to be broken. I’ll link it here.

    #35699
    Harry Laws

    Bump

    #35727
    Harry Laws

    Can anyone help? Surely there’s some code I can add or remove to fix this?

    #35961
    Zed
    Cryout Creations mastermind

    Use this CSS:

    body #front-columns-box {
        padding-bottom: 0;
        padding-top: 0;
    }

    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    #35996
    Harry Laws

    It works perfectly! Thank you so much for your help! The first 10$ my blog makes will be donated to this amazing project 😀

    Keep up the good work.

    Thanks, Harry

Viewing 6 posts - 1 through 6 (of 6 total)

The topic ‘How do I remove the margin created by text area 1 on the presentation page?’ is closed to new replies.