2 modules besides each other

GK User
Thu Jan 24, 2013 11:06 pm
I want to place 2 custom-modules next to each other in the mainbody-position, both modules contain an image but the 2nd module is placed under the 1st module instead of on the right of the 1st.
I tried to use next code in override.css (and enabled overide.css in templates configuration)
Code: Select all
/* module class suffix for the left image */
.bannerleft {
float:left;
width:48%;}

/* module class suffix for the right image */
.bannerright {
float:right;
width:48%;}
Any other suggestion on how to make this work?
User avatar
Expert Boarder

Konrad M
Fri Jan 25, 2013 12:49 pm
Hi,
without url I can't help you. Please give us url to your site.
User avatar

GK User
Fri Jan 25, 2013 6:03 pm
User avatar
Expert Boarder

Konrad M
Sat Jan 26, 2013 7:39 pm
Please remove your code from override.css and add this one:
Code: Select all
.box.bannerleft {
float:left;
}

will work.
User avatar


cron