Side by side module presentation

GK User
Mon Nov 17, 2014 12:07 am
I am trying to get my modules to present side by side, rather than stacked above eachother. Some module positions display stacked some not. How can I control how each position displays?

More specifically I would like "Header_Bottom" and "Breadcrumbs" to display side by side. Thanks for any help.

http://ninacore.com/nlc/
Joomla! 2.5.27
User avatar
Fresh Boarder

GK User
Wed Nov 19, 2014 9:16 pm
Hello,

You can try to add class: gkCols4 to the container with gkPage class in the layouts/default.php file and then for the modules please add suffix gk-mod4. The last adjustment will be adding the following CSS code:

Code: Select all
.gkCols4 .gk-mod4 {
   margin-top: 0!important;
}
User avatar
Administrator


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.