hello, i need to change the width or changing the padding/margin of the module with border suffix....how to do?
thank you
#mainPage .box.border > div {
padding: 10px 20px 10px 20px; }
#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