Jump to content
Sign in to follow this  
hakatours

Help me lose my post footer...

Recommended Posts

hakatours

Hi guys Take a look at the Morefoot section on this blog post: http://www.hakalodge.com/backpacker-hostels-in-new-zealand/ There is a grey box area that is clashing with my morefoot (title) area. I need to get rid of it! I have used the following CSS code in order to hide the .left section of this part and move the .right share buttons to up beside the post's title.

.post-footer .left {display:none;}
	.post-footer .right {position:absolute; right:210px; top:230px;}

I cannot find the relevant CSS that will remove that thin strip that is left without also hiding the share buttons (.right part). Hope that makes sense. Suggestions appreciated. Ellen

Share this post


Link to post
Share on other sites
timlinson

Yep, this one can be tricky - it's the padding: `#sharebar .post-footer { padding:0; margin:0; }` The margin part isn't necessary here, but it just removes the blank space if you want.

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×