balldsgn 0 Report post Posted January 7, 2011 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 3 Report post Posted January 7, 2011 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
balldsgn 0 Report post Posted January 7, 2011 Bryan, here you go - http://www.mbtechnology.com/site/?page_id=422 Share this post Link to post Share on other sites
catrina 103 Report post Posted January 7, 2011 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 16 Report post Posted January 7, 2011 ` #feature_slider .fmedia .dcol-pad { text-align: left; } ` Share this post Link to post Share on other sites
balldsgn 0 Report post Posted January 7, 2011 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 207 Report post Posted January 8, 2011 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 0 Report post Posted January 8, 2011 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