Custom HTML Module

Rate this topic: Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.
GK User
Tue Apr 15, 2014 9:08 am
Reply with quote
Report this post
Hello, I added to template


.box2 {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
background-color: #278e47;
line-height: 1.6;
margin: 0;
padding: 10px;
width: 100%;
}


and set ".box2" as module class suffix but it didnt work. What do I need to change? thank you!
User avatar
Senior Boarder

GK User
Tue Apr 15, 2014 9:19 am
Reply with quote
Report this post
Hi, class suffix is always without dot --> so please use " box2" in module settings!
css code is okey.

Guide: http://www.gavick.com/documentation/joo ... ss-suffix/
User avatar
Platinum Boarder

GK User
Tue Apr 15, 2014 9:22 am
Reply with quote
Report this post
Thank you that worked!
User avatar
Senior Boarder


cron