sgodar 0 Report post Posted June 6, 2011 Is this possible? I want the Boxes to wrap to the width of the content and NOT cut into the right sidebar... Also, how do I get rid of the little black margin at the top and bottom of the page?! Here's what's happening: Thank you in advance! Scott G. Share this post Link to post Share on other sites
Kate 3 Report post Posted June 6, 2011 Hi Scott, If you have a link to your site, that would be very helpful. In the meantime, you can try adjusting the width of "boxes" (in your custom CSS). For instance: #boxes{width:400px !important;} Share this post Link to post Share on other sites
sgodar 0 Report post Posted June 6, 2011 http://www.careydanis.com Thanks so much for you help Kate! I tried entering that code you provided and changed the width to 640px but it didn't change anything. I'm using PageLines Boxes - not the soapboxes if that makes a difference. And if you got to the site you'll notice that you don't see the boxes... Obviously, I removed it from the template layout b/c the site is receiving a nice amount of daily traffic. Scott G. Share this post Link to post Share on other sites
cmunns 16 Report post Posted June 6, 2011 Width is set dynamically using the .content class so the code Kate provided will not work, but it looks like you removed the boxes all together anyway. Share this post Link to post Share on other sites
sgodar 0 Report post Posted June 6, 2011 Thanks Adam! I don't know how to fix that... I put the boxes back on the website and will leave it up for a couple of hours. The reason I don't want to leave it on is because clients visit the site all day long and I don't want a completely deformed front page... Which is what it is... http://www.careydanis.com I want to set up: ######NAV####### ##FEATURE#SIDEBA ##FEATURE#SIDEBA ##BOX#BOX#SIDEBA ##BOX#BOX#SIDEBA ##CONTENT#SIDEBA ##CONTENT#SIDEBA ##CONTENT#SIDEBA ##CONTENT#SIDEBA ##CONTENT#SIDEBA ####FOOTER###### Thanks. Share this post Link to post Share on other sites
sgodar 0 Report post Posted June 7, 2011 Is there no one that can help me with this?! I've searched the forums up and down. I've seen this question asked a couple of times but haven't seen any fixes that work... Probably b/c they apply to SOAPBOXES and not regular ole PageLine Boxes... Help. Please. I can't leave the site like this for another 24 hrs. but am trying to leave it up so anyone who can help can see the issue... http://www.careydanis.com Thanks... Share this post Link to post Share on other sites
cmunns 16 Report post Posted June 7, 2011 This css should work if you want to use: ` .home .dcol_2 { width: 300px!important; } ` Share this post Link to post Share on other sites
sgodar 0 Report post Posted June 7, 2011 I can't flipping believe it! ...So simple... So sad... Adam Thank You! Your code plus raising the sidebar even HIGHER worked perfectly... Thank you thank YOU THANK You! #sidebar-wrap{margin-top:-660px;} .home .dcol_2 { width: 300px!important; } Scott Share this post Link to post Share on other sites