[solved] adv_bottom modules horizontally

Elegant Joomla template designed especially for both professional and personal website presentation.
GK User
Tue Jun 07, 2011 7:41 am
Can I change so module position adv_bottom shows the modules horizontally instead of vertically if you publish more than one in that position?
User avatar
Fresh Boarder

GK User
Tue Jun 07, 2011 8:10 am
Hi

Try like this:

Open override.css file (enable first on template parameters) and add this 2 lines:

Code: Select all
.modline {width: 49%;float: left;}
.modline.rblock {width: 49%;float: right;margin-top: 0;}


Them on the 1th module published on Adv bottom position add this suffix: "[space]modline"
On the second module add this module suffix: "[space]modline[space]rblock"

This should be the final result:

screen_2011-06-07.png


Cheers ;)
User avatar
Platinum Boarder


cron