Jump to content
Sign in to follow this  
alicawildbasinfitnesscom

Feature slider sizes

Recommended Posts

alicawildbasinfitnesscom

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

We need a link. Thanks, Bryan

Share this post


Link to post
Share on other sites
Andrew

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

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

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

@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

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  

×