nijntje 0 Report post Posted April 1, 2010 Is there any way to remove the padding around the Highlight media? example: http://localhostr.com/files/5b7a1f/Screen+shot+2010-04-01+at+11.32.01+AM.png I'd like to see it flush to the sides of the highlight box. Any help would be appreciated Share this post Link to post Share on other sites
cmunns 16 Report post Posted April 1, 2010 Look in your stylesheet (in template file editor) for the .fmedia class You can change the padding on this class by adjusting: padding: top right bottom left Share this post Link to post Share on other sites
nijntje 0 Report post Posted April 1, 2010 Yeah, I found it already earlier as well But thanks.. The specific offending code was #highlight .postwrap {padding: 20px 30px; where the padding values needed to be changed to 0 & 0 and then float: left; should be changed to float: right; since its now floating left and should instead float to the right to fill the gap to the side Share this post Link to post Share on other sites
cmunns 16 Report post Posted April 2, 2010 Any chance at getting a live link to the site? Our demo site is flush already and I would like to inspect your site with firebug to see how to get it where it needs to be Share this post Link to post Share on other sites