-
AuthorPosts
-
Pankaj Sharma Moderator
Pankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
November 8, 2016 at 10:34 am #984440Hi
Kindly share a screenshot and illustrate which distance you are talking , including the Page url .
So that i can check this .November 8, 2016 at 8:23 pm #984617thanks for reply and sorry for my bad english
the site is not online / public yet… but i found out: i need to change the "@global-padding" and it is 24px… but i have no idea where i can change it 🙁
for an example, in the output comes this information:
.bot-sl .container { padding: 72px 0; }
from the _style.less
.bot-sl { .container { padding: (@global-padding * 3) 0; }
but i dont found the "@global-padding" and if i whant to change the "@global-padding x3" to "@global-padding x1" and safe and press the "compile" button, comes the error:
variable @global-padding is undefined: …
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
November 9, 2016 at 1:17 am #984656Hi
Go to css/custom.css file and add the above code in it. Change the padding value .
If still not working you can guve me site URL so i can help you.November 9, 2016 at 4:38 pm #984941i add this code to custom-styles.tpl.css (and also other stuff) but nothing happend
.bot-sl .container { padding: 12px 0; }
maybe i have to change the file name (remove the .tpl)?
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
November 10, 2016 at 2:22 am #985024Hi
Go to /css/custom.css file in the template folder . create custom.css file if its not present and add below code.bot-sl .container { padding-top: 10px; padding-bottom: 10px; }
Beside this , you have to give me screenshot from your site and The URL of that page , so i can suggest you changes .
November 10, 2016 at 10:02 am #985151Go to /css/custom.css file in the template folder . create custom.css file if its not present and add below code
i change the file name from "custom-styles.tpl.css" to "custom.css" and now all its fine… sorry for my blindness, and many thanks!
-
AuthorPosts
This topic contains 6 replies, has 2 voices, and was last updated by tenlyos 8 years ago.
The topic ‘distances/space between the modules/positions’ is closed to new replies.