-
AuthorPosts
-
Stergiou Limited Friend
Stergiou Limited
- Join date:
- December 2014
- Posts:
- 33
- Downloads:
- 38
- Uploads:
- 19
- Thanks:
- 2
- Thanked:
- 3 times in 2 posts
January 30, 2016 at 12:18 am #871904Hello,
How can I force all the elements (image, title, description, button) to be in center align in all boxes. In some cases (e.g. when increase resolution, or chose only two boxes per line, et.c) some lines are left aligned.
Template JA Mono
Module: JoomlArt Advanced Custom
Type: features / style 1I remain at your disposal for further details
Thanks and regards
Leonidas
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
February 1, 2016 at 3:45 am #873046Hi
In the file: ROOT/templates/ja_mono/acm/features-intro/css/style.css
Look for this snippet of code:
.acm-features .features-item > div {
display: table-cell;
float: none !important;
vertical-align: middle;
}change it to:
.acm-features .features-item > div {
display: block;
float: none !important;
vertical-align: middle;
}Stergiou Limited FriendStergiou Limited
- Join date:
- December 2014
- Posts:
- 33
- Downloads:
- 38
- Uploads:
- 19
- Thanks:
- 2
- Thanked:
- 3 times in 2 posts
February 1, 2016 at 8:44 am #873204Thank you my friend!
It works!
L.Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
February 1, 2016 at 8:48 am #873210You’re welcome!
Have a nice day!!!
AuthorPostsViewing 4 posts - 1 through 4 (of 4 total)This topic contains 3 replies, has 2 voices, and was last updated by Saguaros 8 years, 9 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Center aligned elements in features intro style 1
Viewing 4 posts - 1 through 4 (of 4 total)