Modules aligned horizontally, not stacked

Support desk for Villa Belluci Joomla Hotel Template
GK User
Fri Dec 11, 2015 2:51 pm
hi

ref: http://www.west5web.co.uk/fleet

I have three modules allocated to the mainbody_bottom position. I would like to have them aligned horizontally, not stacked one on top of the other. Is this possible?

Also, the three images do not seem to be responsive and stay full width when the screen size is narrowed.

Thanks, Paul
User avatar
Senior Boarder

teitbite
Sat Dec 12, 2015 11:41 am
Hi

Try add this to css:

Code: Select all
#gkMainbodyBottom .box {
    width: 33%;
    float: left;
}

#gkMainbodyBottom .box img {
    max-width: 100%;
}
User avatar
Moderator

GK User
Sat Dec 12, 2015 1:11 pm
perfect, many thanks
Paul
User avatar
Senior Boarder

teitbite
Tue Dec 15, 2015 12:13 pm
Hi

Glad I could help.
---
If You were satisfied with our support please let other users know on Twitter: http://twitter.com/gavickpro or Facebook: http://www.facebook.com/gavickpro
User avatar
Moderator


cron