Site logo

Archived topic

Help with spacing

5 replies · Started by Anonymous on June 10, 2015

Viewing posts 1–6 of 6

Hi Tom,

I have a spacing problem on all of my pages that I can't seem to figure out. If you notice on the home page there is a large space at the bottom of the page below the content/sidebar above the Media Grid. I tried using Generate Spacing but that doesn't seem to work. I looked at the Media Grid to see if I had some cushion around it - no luck. The spacing is on all the pages at some point down the scroll but very noticeable on the events page. I'd like the spacing to be about 25px to match the spacing in the footer with the Widget Titles. Is there some extra line breaks in there that I don't see? Please let me know your thoughts and thanks for the help. I've given admin access at support@generatepress.com

Home Page
http://www.amhershall.com
Events Page
http://amhersthall.com/events/

Hi Cassie,

I do see some margin on top of the grid which you can fix with this:

.mg_grid_wrap {
    margin-top: 0;
}

The rest of the spacing is your bottom padding of the content in "Customize > Element Spacing".

Let me know :)

So it looks like the CSS you gave me worked fixing the margin of the media grid but the Customize> Element Spacing is set to 0. I've really been stumped on this and I'm sure it's something right under my nose.

Try adding this CSS as well:

.one-container .inside-article {
    padding-bottom: 0px;
}

Thanks that helped a bit. I still have some spacing issues, but I think it's a pixle here and a pixle there. I need to just clean up my widget margins.

Glad I could help :)

This archived topic is closed to new replies.