Jump to content
Sign in to follow this  
sgodar

PageLine Boxes to Wrap and Not Cut Into Sidebar?

Recommended Posts

sgodar

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: problem1.jpgproblem2.jpg Thank you in advance! Scott G.

Share this post


Link to post
Share on other sites
Kate

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
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

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

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

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

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

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

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  

×