space between modules - Startup Template

Support forum dedicated to free and advanced Joomla content presentation module with various layout options and data sources support.
GK User
Sun Jun 09, 2013 9:58 am
Hello,

I am working on this website: http://eudhealth.org/web/

the modules "Plenary sessions" and "Devotionals" are located in Mainbody but "Workshops" and "Sabbath Sermon on Sidebar. it happens that the space between modules on mainbody and sidebar are different, as you can see a difference comparing "Devotionals" to "Sabbath sermon". How I can I make it the space between modules be the same?

thank you

Ruben
User avatar
Fresh Boarder

GK User
Sun Jun 09, 2013 1:20 pm
Hi,
first, delete "smallspaces" class from module named "SabbathSermon" settings
second, create a new class "fewpixels" in css

Code: Select all
.gkPage div.box.fewpixels {
    padding: 10px 0 30px !important;
}


then add it to module

it should be okey, if not increase/change value 10px
User avatar
Platinum Boarder

GK User
Wed Jun 12, 2013 4:22 pm
Hi Pawel

It worked perfectly! Really appreciated your help.

Thanks,

Ruben
User avatar
Fresh Boarder


cron