alfonsosantaniello 0 Report post Posted April 30, 2013 Hi, I recently purchased a plugin to display full width content banners on the website, but for some reason, I can't figure out how to make it full width, it won't fully go from left to right.... there is still the margin on the left. Share this post Link to post Share on other sites
catrina 103 Report post Posted April 30, 2013 Can you please post a link to your site? 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
alfonsosantaniello 0 Report post Posted April 30, 2013 it's http://tCSAonline.com Right now the slider is on pause because I've been trying to figure it out. This is the plugin I purchased http://codecanyon.net/item/banner-rotator-content-slider-wordpress-plugin/1903226 Share this post Link to post Share on other sites
Keith Vaugh+ 16 Report post Posted April 30, 2013 I found (and have used) the following CSS in the forum to get the pagelines feature to expand full width; /* this changes the feature section to full width */ #site .thepage, #site .outline { max-width: 100%; } #site .content, #footer .content { width: 100%; } #site .section-features .content-pad { padding: 0; } #features .content { max-width: 100%; } Share this post Link to post Share on other sites
James B 436 Report post Posted April 30, 2013 Let us know if the above works for you, if you've added the slider via a shortcode into the text entry field on the page it will be applied inside the 'content-area' and have the relevant padding/margins applied to it, which will keep it inside the main content container. The only way to override this will be using custom code unfortunately. There is another code option using negative padding vs positive margins you can try here - http://www.pagelines.com/forum/topic/26715-features-slider-full-width-or-max-width-outside-of-content-sections/ Kindly search the forum and read the documentation before posting. It will help you resolve many issues. For CSS help be sure to check out W3Schools first and be sure to download FireBug for FireFox for troubleshooting. James B Share this post Link to post Share on other sites