Site logo

Archived topic

remove white space above comment section

13 replies · Started by Tony on January 24, 2016

Viewing posts 1–14 of 14

Not sure if this is under your control but I'd like to reduce the gap between the 'like' element and the comments element.
I have tried
.one-container .site-content {
padding: 20px 40px 0px 40px;
}

this works in the chrome 'inspect' function but is the wrong format in custom css and has no effect in simple css

Also tried this with same result

.one-container .site-content {
padding: 0px 40px;
}

Can you link me to the page? Depends on where you're getting the "like" functionality from.

loveitphotography.uk
Like from wordpess

Try this:

.single.separate-containers .inside-article {
    padding-bottom: 0;
}

It does remove some - thank you - but there is a lot of white space at the bottom of the post with the like/categories/next post etc.
It would be nice to be able to squish things up more but I think I may be over-thinking it!
Cheers - Tony

Is there a way to have a/the secondary menu at the bottom of the page above the copyright bar?

It would be nice to have the option of moving, say, the 'contact' menu item there if the primary menu bar gets busy.

I have re-posted the previous post as a new one.

What I meant to ask here is: Is there a way to not show the categories/tags/next&previous page info at the bottom of a page/post?

If it's an option I missed - apologies in advance.

You can do this with the Blog add-on.

Go to "Customize > Blog > Blog Content" and you'll see the options to remove them :)

Yes, thanks again.

No worries :)

Tom,

How do I remove the extra white space below the Shareaholic buttons and on top of the tags list on the main GP page?

See here: http://orthodoxnet.com/blog/

Looked around the forums but didn't find the right CSS to use.

Hi Chris,

Give this CSS a try:

footer.entry-meta {
    margin-top: 0px;
}

Perfect, worked like a charm. Thank you!

Awesome! No problem :)

This archived topic is closed to new replies.