ryanm7380 0 Report post Posted March 17, 2011 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 16 Report post Posted March 17, 2011 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 0 Report post Posted March 17, 2011 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 3 Report post Posted March 18, 2011 ` #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