alicawildbasinfitnesscom 0 Report post Posted January 3, 2011 I have several feature sliders that I would like to occupy the entire slider box in IBlog 4. However, they are only appearing mid-way through the box (like when you have text and/or a header on the left side). I've scrolled through the forum and found a couple of topics, but none of the fixes have worked for me. I am leaving the text and header fields blank. I've also added the following code (as per a previous post): go to your THEME OPTIONS > CUSTOM CODE > CUSTOM CSS text field and paste this... #feature .fmedia { width:960px; margin-left:0px; } Any idea what I'm overlooking? Thanks! Alica Share this post Link to post Share on other sites
bryan-hadaway 3 Report post Posted January 4, 2011 We need a link. Thanks, Bryan Share this post Link to post Share on other sites
alicawildbasinfitnesscom 0 Report post Posted January 4, 2011 The website is www.freeonlinefitness.com. The feature page I'm working on is: http://freeonlinefitness.com/wordpress/?page_id=2447. Share this post Link to post Share on other sites
Andrew 207 Report post Posted January 5, 2011 Wow! Weird, is the girl in that video named Chantel? As to your question... Try: ` #highlight .fmedia { width:960px; margin-left:0px; } ` instead Share this post Link to post Share on other sites
Andrew 207 Report post Posted January 5, 2011 Also, make sure you learn to use firebug (see docs) it will help you with this stuff. Share this post Link to post Share on other sites
alicawildbasinfitnesscom 0 Report post Posted January 5, 2011 Yep, that's Chantal. But the code change didn't work either. I'll trudge through the Firebug docs and try some different options. I was hoping it was a simple mistake I was overlooking, but it looks like I'll need to delve down into it more. Thanks for the help! Alica Share this post Link to post Share on other sites
Kate 3 Report post Posted January 5, 2011 @Alica You could take out the "#highlight .fmedia" and "#feature .fmedia" styles you currently have and use this: #feature .fmedia{width:100% !important;} I think that will work. The only problem I foresee for you is the rounded corners... but I'm sure you can figure that out. Share this post Link to post Share on other sites