the width of the suffix "border"

GK User
Tue Nov 20, 2012 4:10 pm
hello, i need to change the width or changing the padding/margin of the module with border suffix....how to do?

thank you
User avatar
Expert Boarder

GK User
Tue Nov 20, 2012 4:35 pm
Hi

Please enable the use of css override on template parameters and them add this (or similar) on ../gk_appsite/css/override.css file

Code: Select all
#mainPage .box.border > div {
   padding: 10px 20px 10px 20px; }


Cheers
User avatar
Platinum Boarder

GK User
Tue Nov 20, 2012 4:54 pm
why "div"?
maybe this!?
Code: Select all
#mainPage .box.border   {
   padding: 10px 20px 10px 20px; }


Seichinha wrote:Hi

Please enable the use of css override on template parameters and them add this (or similar) on ../gk_appsite/css/override.css file

Code: Select all
#mainPage .box.border > div {
   padding: 10px 20px 10px 20px; }


Cheers
User avatar
Expert Boarder

GK User
Tue Nov 20, 2012 6:26 pm
Because of our module structure.
Must be like this, believe me ;)
User avatar
Platinum Boarder


cron