Mainbody component overflow

Professional Business Joomla template for corporate and business websites suitable for showing stock quotes, up to date news, portfolio management resources or international market data.
GK User
Wed Jul 18, 2012 8:47 am
I use an event component and the grey info box on the right appears out of the mainbody:

http://web822.webbox239.server-home.org/bmver03/events/event/47-bm-talk-netzwerkfruehstueck/1-bm-talk-netzwerkfruehstueck-kampagnen-manager/0

Is there a way to fix that? thanks!
User avatar
Expert Boarder

Konrad M
Mon Jul 23, 2012 9:09 am
Hi,
please try add this to override.css
Code: Select all
#mat_description {
width:65%;
position:absolute;
top:0;
}
#mat_infobox {
float:none;
}

remember to enable override.css option in template settings.
User avatar

GK User
Mon Aug 27, 2012 8:32 am
does almost work: Now there is no overflow - the content is in the mainbody, but the grey infobox is not at the right site, it is on the text. When I set "float: right" it is in the right site but I get the overflow again. Somewhere there is the mistake...do you have an idea? thanks!
User avatar
Expert Boarder

Konrad M
Fri Sep 07, 2012 12:41 pm
Hi,
sorry I was on vacation. I checked your link and on my Firefox and Chrome gray text is next to text. Only one issue is that map is going outside box with shadow. To fix it please try add to override.css
Code: Select all
#gkMainbodyWrap {
float:left;
}
User avatar


cron