Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • Pankaj Sharma Moderator
    #984440

    Hi
    Kindly share a screenshot and illustrate which distance you are talking , including the Page url .
    So that i can check this .

    tenlyos Friend
    #984617

    thanks 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 Moderator
    #984656

    Hi
    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.

    tenlyos Friend
    #984941

    i 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 Moderator
    #985024

    Hi
    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 .

    tenlyos Friend
    #985151

    Go 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!

Viewing 6 posts - 1 through 6 (of 6 total)

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.