-
AuthorPosts
-
September 17, 2013 at 1:45 am #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.infoAny suggestions would be appreciated. Thanks
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
September 18, 2013 at 8:17 am #506198Hi 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;
}
AuthorPostsViewing 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
Tiles spacing adjustment
Viewing 2 posts - 1 through 2 (of 2 total)