hakatours 0 Report post Posted April 18, 2011 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 3 Report post Posted April 18, 2011 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
hakatours 0 Report post Posted April 18, 2011 Awesome Tim, thank you. Share this post Link to post Share on other sites