change module padding

Responsive Joomla template for Entertainment and Music purpose with clean and lightweight design.
GK User
Fri Sep 28, 2012 2:59 am
I tried the module suffix "none" but that only worked on Tabs Gk5 module.
How can i change or remove the padding for each module in the Music Free template?
Please help,
Thanks
User avatar
Senior Boarder

GK User
Fri Sep 28, 2012 4:43 am
Try following css in override.css and enable css override in template settings > advanced settings > css override "on".

Each module has class name "box" including the main content container itself. So following css is applied to all modules which has .box class.
Code: Select all
.box {padding: 0 !important;}

Then we add 20px padding to right on first box module or container which is single news holder.
Code: Select all
.box:first-child {padding-right: 20px!important;}


See you around...
User avatar
Platinum Boarder


cron