Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • felix1 Friend
    #205016

    With 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?


    1. blank_space
    2. featured_images

    Felix Rimfrost

    Ninja Lead Moderator
    #564661

    I 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;
    }
    }

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