Jump to content
Sign in to follow this  
ryanm7380

Featured Section Width

Recommended Posts

ryanm7380

Hi, I would like the featured section on this page: http://www.dev.yany.org/ to extend the full width of the page, Ive highlighted the area I would like it to extend (cover) by adding some red to the css for the feature. I would also like the white border underneath to get removed as well. Can someone help me please? Im using Full width with canvas and the image in the featured section is a background image. thank you

Share this post


Link to post
Share on other sites
cmunns

Probably just need to extend the width `#feature .content {width:980px}` (matches rest of site) or apply the background to the outermost div and add images on top.

Share this post


Link to post
Share on other sites
ryanm7380

Hi, Thank you for the quick response, I applied your css and it created a 1px border on left and 40px margin on right. I ran into this earlier.. Any ideas? Thank you again.

Share this post


Link to post
Share on other sites
bryan-hadaway

` #site .content, #primary-nav ul.main-nav.nosearch{width:960px} .wcontent{width:980px} .home #feature_slider .fcontent .dcol-pad{margin-top:-30px} ` Get's everything in line at least, it just kind of seems like messy styling from the beginning. I'd hate to have you start from scratch with the custom CSS, but it does seem like covering up a problem. In any case we'll keep working on it until it looks good. Thanks, Bryan

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  

×