Jump to content
Sign in to follow this  
newliving

Changing the width of the Callout banner

Recommended Posts

newliving

Hi, I would like to modify the callout banner so it does not go across both columns, basically so it is only 600px or so wide. Can this be done? www.newliving.net Thanks!

Share this post


Link to post
Share on other sites
makeylon

Add this to your Custom CSS in settings: #callout {width: 600px;} Then, if you want the sidebar to be moved up, add this: #sidebar-wrap {margin-top: -200px;}

Share this post


Link to post
Share on other sites
newliving

Thanks a lot for your reply Mark. Am I supposed to add that in the "body" section? I did that and nothing changed.

Share this post


Link to post
Share on other sites
newliving

Update: I did figure out how to do this, but then on pages where I don't want the callout banner, the side menu still is raised 200px. Is there a way to make the callout banner stay in one column?

Share this post


Link to post
Share on other sites
makeylon

No, not really. As for the sidebar, my bad. I forgot to add in, if you only want it on a single page (because you have the callout on a single page), then precede it with the page. For example, if it is your home page, do this:

.home #sidebar-wrap {margin-top: -200px;}

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  

×