Shape 5

Joomla Templates => Lime Light - Club => : bichito January 16, 2014, 10:59:25 AM



: Module Class Suffix
: bichito January 16, 2014, 10:59:25 AM
Hi Everyone,

I have some issues regarding the Module Class Suffix.

.module_round_box_outer {
margin-right:32px;
margin-bottom:32px;
}

I need a slider that I placed just in the home page to have no margins, but when I change the above settings to 0px, it changes all modules within the entire website as expected. Then I tried to create my own style from this, to apply just to the slide module, as follows

.module_round_box_outer-margin {
margin-right:32px; /* previamente 0px
margin-bottom:32px; /*previamente 0px
}

Then, I add -margin to the Module Class Suffix in the module configuration, but nothing happens. What am I doing worng?

Thanks in advance!


: Re: Module Class Suffix
: mikenicoll January 16, 2014, 03:52:53 PM
Hello,

Did you try to apply a class suffix of -none to your slider?

-Mike