Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • corbu123 Friend
    #190670

    I’m pretty sure it’s a css issue. I’m trying to get an equal width between the vertical and horizontal spacing of the tiles, please see attached screen shot with red highlight.

    The url can be found here:
    http://www.keithcarlson.info

    Any suggestions would be appreciated. Thanks


    1. tiles
    Saguaros Moderator
    #506198

    Hi corbu123,

    It seems that you’re enabling development mode so that you can edit less file. If you’re not familiar with less, you can create a new file named custom.css and put your own custom css code inside this new file.

    For the vertical spacing, you can add this css rule:


    .ja-sidebar.span3 {
    margin-left: XX px; <<< change to your desired value value
    }

    With the horizontal spacing, it’s margin of module defined in this file: /templates/ja_mero/less/module.less


    .t3-module {
    background: @T3moduleBackground;
    color: @T3moduleColor;
    min-height: @T3blockMinHeight;
    margin-bottom: 10px; <<< change to your desired value value
    position: relative;
    //Module padding
    .module-inner {
    padding: @T3modulePadding;
    }
    }

    //you can add this css code to custom.css file:


    .t3-module {
    margin-bottom: XX px;
    }

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

This topic contains 2 replies, has 2 voices, and was last updated by  Saguaros 11 years, 1 month ago.

We moved to new unified forum. Please post all new support queries in our New Forum