newliving 0 Report post Posted March 2, 2011 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 0 Report post Posted March 2, 2011 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 0 Report post Posted March 2, 2011 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 0 Report post Posted March 2, 2011 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 0 Report post Posted March 2, 2011 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