Jump to content
Sign in to follow this  
keithfoustgmailcom

Padding on Highlight Page

Recommended Posts

Andrew

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

figured it out - we edited the css....np!

Share this post


Link to post
Share on other sites
bryan-hadaway

Great to see you got it figured out. Thanks, Bryan

Share this post


Link to post
Share on other sites
cmunns

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

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

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

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

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

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  

×