rainbow themes: horizontal scrollbar has appeared
Sue Firth wrote on 10 Sep 2009 13:32
I have noticed that a horizontal scrollbar has appeared on the iron giant template sites - don't know if it is just me. I'm using Firefox 3.5.2. To fix it on my site I have changed the container width from 95% to 90% in admin:themes.
[[code type="css"]]
/* get rid of horizontal scroll bar */
#container {
max-width:1200px;
width:90%;
}
[[/code]]
Comments: 2
page revision: 0, last edited: 10 Sep 2009 13:32
Strange. I'm also using FireFox on a variety of screens from 1024 wide to much wider, and no horizontal scrollbar.
Anyhow, I'll apply your changes to the rainbow base in a few minutes.
Portfolio
Sue, I've fixed the wide variations to be max. 90% now, so you can remove your custom style changes and it should work properly.
The scrollbar is now in place. Since we don't have cross-site includes yet, I've copied the scrollbar source into include:scrollbar on all sites that need it, and then use a local include in the pages that need it. Selection and ordering is passed by the caller so that a single scrollbar source can work on all pages.
Portfolio