Reduce white space (padding) between modules on homepage

  • Posted in : Readme
  • mattcerrone
    Participant

    I have tried for the life of me to figure this out, combed the CSS, read through this forum, and I’m stumped…

    How do I reduce the white space and padding (or margin) between each module on the home page, here: http://cl.ly/image/1K29383t2M1j

    Thank you for your time…

    ahmetsali
    Keymaster

    Hi, try this custom css code;

    .home .section-title {
        margin-top: 1em;
    }
    

    if it doesn’t work please provide your url.

    mattcerrone
    Participant

    Bingo. Thank you!!

    ahmetsali
    Keymaster

    you’re welcome, please don’t forget to rate the theme on themeforest if you liked it, thanks.

    mattcerrone
    Participant

    This worked when using the title, but – in an effort to further tighten up the page, I eliminated titles and went with straight text – so the issue returned.

    To reiterate, can you suggest a way to reduce the padding between sections on the home page here: http://cl.ly/image/193Q1b3v1Z12

    The page can be viewed live here: http://www.matthewcerrone.com/

    Again, thank you for your time and effort, and terrific theme…

    ahmetsali
    Keymaster

    try this custom css code;

    .intro {
        padding-bottom: 1em;
    }
    .aligncenter {
        margin-bottom: 1em;
    }
    .post-list {
        padding-top: 0;
    }
    
    mattcerrone
    Participant

    This worked perfectly, thank you.

    Last one, I promise. How do I reduce the space between the .intro image and the header?

    Here >> http://cl.ly/image/0W1G3S2v0R2M

    mattcerrone
    Participant

    Duh! Ignore this, I’m all set. I had a line break in the code above the image.

    Thank you again!!!

    ahmetsali
    Keymaster

    you are welcome.

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

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register