jsecore 0 Report post Posted December 23, 2010 I made the following changes to my custom css (http://smokymountainspeedway.com) and i see them in firebug but the other settings come up ABOVE the custom settings and have no affect on the display. ` #carousel .thecarousel { padding: 7px 67px 3px; } ` how do I get the changes to work? Share this post Link to post Share on other sites
Kate 3 Report post Posted December 23, 2010 @Jowee Didn't try this myself, but you could try: #carousel .thecarousel { padding: 7px 67px 3px !important; } Share this post Link to post Share on other sites
jsecore 0 Report post Posted December 23, 2010 Kate you are my hero! worked perfectly! Share this post Link to post Share on other sites
Kate 3 Report post Posted December 24, 2010 @Jowee Hah! No worries... happy to help. Share this post Link to post Share on other sites