keithfoustgmailcom 0 Report post Posted July 9, 2010 Hello Pagelines guys! Here is a screenshot of what I'm talking about. http://test.joychurchinternational.org/wp-content/uploads/2010/07/ScreenHunter_01-Jul.-08-23.31.jpg Now is there anyway to remove the padding so that image will fill up the entire highlight section? Thanks in advanced for all of your help!! Share this post Link to post Share on other sites
Andrew 207 Report post Posted July 9, 2010 of course anything is possible Can you send me a live link and I'll see if I can get you some custom css. Also, are you using Firebug? Its a GREAT tool for doing custom css, as you can edit anything and see it instantaneously on your page... Share this post Link to post Share on other sites
keithfoustgmailcom 0 Report post Posted July 23, 2010 figured it out - we edited the css....np! Share this post Link to post Share on other sites
bryan-hadaway 3 Report post Posted July 23, 2010 Great to see you got it figured out. Thanks, Bryan Share this post Link to post Share on other sites
calebriggs 0 Report post Posted August 25, 2010 Hey Guys, I'm having similar problems...I was trying to get this flash file to line up exactly in the same spot as the feature box. Here's my page. http://www.kycdn.com/?page_id=26 Share this post Link to post Share on other sites
cmunns 16 Report post Posted August 25, 2010 Did you modify some of the files? It appears to be weird markup for that setup. Share this post Link to post Share on other sites
calebriggs 0 Report post Posted August 25, 2010 That is a Flash file. We tried to make it look like the feature box. Share this post Link to post Share on other sites
cmunns 16 Report post Posted August 25, 2010 oh i see. Well you need to remove the padding from the `.copy` rule that is applied to that area. `.post-id-26 #maincontent .copy {padding:0px;}` Share this post Link to post Share on other sites
calebriggs 0 Report post Posted August 25, 2010 I was still having a little trouble. (Thanks for your help btw.) Sorry, I'm not too web savvy. I obviously didn't put that rule in the correct spot. Here is the code that I used in the wordpress upload/insert box... .post-id-26 #maincontent .copy {padding:0px;} <object style="width: 960px; height: 387px;" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="100" height="100" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="http://www.kycdn.com/wp-content/uploads/2010/08/Kentucky_map.swf'>http://www.kycdn.com/wp-content/uploads/2010/08/Kentucky_map.swf" /><embed style="width: 960px; height: 387px;" type="application/x-shockwave-flash" width="100" height="100" src="http://www.kycdn.com/wp-content/uploads/2010/08/Kentucky_map.swf'>http://www.kycdn.com/wp-content/uploads/2010/08/Kentucky_map.swf"></embed></object> Share this post Link to post Share on other sites
bryan-hadaway 3 Report post Posted August 26, 2010 You want to put this in Theme Options > Custom Code > Custom CSS: `.post-id-26 #maincontent .copy {padding:0px;}` Thanks, Bryan Share this post Link to post Share on other sites