Posted by jerdiggity on January 14, 2010 at 5:21am
Hi guys...
Not sure if I'm the only one (haven't had time to read the latest docs/updates) but when I visit g.d.o/los-angeles the mission box overflows onto the right side of the page and consequently the page looks... "weird" -- like so:
Currently the CSS code causing it to look like that -- #mission .box -- looks like this (from what I could tell):
#mission .box {
margin-left:220px;
margin-right:220px;
background:#FFDBA1 url(/sites/all/themes/bluebeach/examples.png) no-repeat 100% 50%;
border:1px solid #FFB643;
color:#4E3000;
font-size:1.1em;
min-width:520px;
_float:left;
_margin-left:20px;
_margin-right:20px;
}With the min-width:520px; part changed to a lower value, or better yet eliminated altogether (unless that causes issues elsewhere), the screen renders fine:
(FYI here's the "after" code):
#mission .box {
margin-left:220px;
margin-right:220px;
background:#FFDBA1 url(/sites/all/themes/bluebeach/examples.png) no-repeat 100% 50%;
border:1px solid #FFB643;
color:#4E3000;
font-size:1.1em;
_float:left;
_margin-left:20px;
_margin-right:20px;
}Can we implement this?



Comments
We do not have CSS control on GDO/LA
I suggest submitting an issue in the Groups.drupal.org queue or the Drupal.org Webmasters queue.
We're waiting, like everyone else, on some new Views to be offered to groups (again), so the pages are contextual only for L.A.
Chris Charlton, Author & Drupal Community Leader, Enterprise Level Consultant
I teach you how to build Drupal Themes http://tinyurl.com/theme-drupal and provide add-on software at http://xtnd.us
Will do. Thanks for the
Will do. Thanks for the info.
:)