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
thank you
-

- 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
Cheers
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
-

- Platinum Boarder
- GK User
- Tue Nov 20, 2012 4:54 pm
why "div"?
maybe this!?
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
-

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

- Platinum Boarder
4 posts
• Page 1 of 1
