Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • janabak Friend
    #982113

    I run into some trouble after an upgrade, and now I can’t figure out what setting I have missed. The slideshow contains images with the dimensions 1600x470px. The "heads" of the people are cut off, and if I increase the height of the slideshow – the image is larger, but the top is still cut off. I remember I got some help to modify the custom.css, but can’t find the correct statement to set this time.
    The image should remain the same height 470px

    Pankaj Sharma Moderator
    #982121

    Hi
    Kindly post the URL of site here , i will check the issue directly on your site.

    janabak Friend
    #982152
    This reply has been marked as private.
    Pankaj Sharma Moderator
    #982231

    Hi
    You have this code in custom.css file

    @media (min-width: 992px) {
    .sections-wrap .section .section-inner,
    .sections-wrap .t3-module .section-inner {
    padding-top: 54px;
    padding-bottom: 54px;
    }
    }
    

    replace it with

    
    @media (min-width: 992px) {
    .sections-wrap .section .section-inner,
    .sections-wrap .t3-module .section-inner {
    padding-top: 54px!important;
    padding-bottom: 54px!important;
    }
    }

    save and check the site .

    Regards

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

This topic contains 3 replies, has 2 voices, and was last updated by  Pankaj Sharma 8 years ago.

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