ysdt 0 Report post Posted January 12, 2011 Hello, I'm having trouble getting my sidebar to fit on my banner and box pages. To fix the banner pages, I added this to my CSS: #banners .content-pad { margin-top: -300px; width: 650px; } and it did decrease the width of the banners so the sidebar could fit directly to the right of it, but the primary sidebar won't move up. I haven't added anything to the CSS about getting the sidebar to fit to the right of the boxes on box pages. page in question: http://ysdt.org/press or http://ysdt.org/thework/touringworks Lastly, I can't seem to fit more than 10 banners on a page. Thanks so much for your time. I appreciate your help! Take care, Samar Share this post Link to post Share on other sites
cmunns 16 Report post Posted January 12, 2011 The sidebar won't magically move up just because it technically fits, it's a matter of the HTML is ordered and the CSS that is applied to the containers. If you want to do this you will have to modify the section.banners.php file so that it will fit in the content area adjacent to the sidebar. Here is a thread on the same thing pertaining to the feature slider which might be helpful although ultimately I believe many people find the CSS hack easier as you will see. http://www.pagelines.com/forum/topic.php?id=4294 Share this post Link to post Share on other sites
ysdt 0 Report post Posted January 12, 2011 Thanks adam. I read the thread before but can't seem to figure out how to do the same in css for banners or modifying the the sections.banners.php. I think it's a little above my head. I'll try and figure a different format for the page and maybe just put the images and text in the content area and forget about the banner option for now. I appreciate your help. Take care, Samar Share this post Link to post Share on other sites