Jump to content
Sign in to follow this  
balldsgn

Position feature image in css

Recommended Posts

balldsgn

How can I move the feature images flush left, Haven't had any luck using firebug on this one. And cant the feature background be made transparent? here is a link home page Thanks Max

Share this post


Link to post
Share on other sites
bryan-hadaway

Where is your actual blog page so I can see, can't see any feature images set? Thanks, Bryan

Share this post


Link to post
Share on other sites
catrina

To position the feature image so that it's flush left and make the back transparent, paste this into the base.css file:

div.media-frame {text-align: center;}
	div.feature-pad fix {background: none;}


Please read the docs before posting. Please do not private message me unless I ask you to.

Designer | Catrina Dulay

Founder | Catrina and Mouse

Share this post


Link to post
Share on other sites
cmunns

` #feature_slider .fmedia .dcol-pad { text-align: left; } `

Share this post


Link to post
Share on other sites
balldsgn

Awesome! that moved it to the left, but the background is still not transparent. Any more ideas?

Share this post


Link to post
Share on other sites
Andrew

probably the selector is wrong... are you using Firebug? I couldn't figure out what you wanted transparent from your link.. but whatever it is... just find the 'selector' and add this rule: `body .the_selector_with_background{background: transparent;}`

Share this post


Link to post
Share on other sites
danabrunetti

You can also use the right-click > "Inspect Element" in Chrome (there is also a FireBug "Lite" extension for Chrome but we couldn't get it working.

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  

×