-
AuthorPosts
-
felix1 Friend
felix1
- Join date:
- February 2015
- Posts:
- 220
- Downloads:
- 36
- Uploads:
- 78
- Thanks:
- 67
- Thanked:
- 20 times in 6 posts
March 25, 2015 at 5:52 pm #205016With a little help from support staff, I’ve manage to change custom.css so featured images on homepage looks good.
But on the mobile version there are a blank gray area under the images?
Why is it so?
-
Ninja Lead Moderator
Ninja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
March 26, 2015 at 8:49 am #564661I just fixed the problem directly on your site
Open templates/ja_teline_v/css/custom.css file
find and change
.t3-wrapper .main #t3-mainbody .magazine-featured .magazine-featured-items .magazine-featured-leading .pull-left.item-image {
height: 450px; /* auto */
max-height: 800px;
}to
@media (min-width: 1200px) {
.t3-wrapper .main #t3-mainbody .magazine-featured .magazine-featured-items .magazine-featured-leading .pull-left.item-image {
height: 450px; /* auto */
max-height: 800px;
}
}
-
AuthorPosts
Viewing 2 posts - 1 through 2 (of 2 total)This topic contains 2 replies, has 2 voices, and was last updated by Ninja Lead 9 years, 8 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum