Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • inviribus Friend
    #978437

    Hello i would like to ask how is possible to make the slideshow on landing page when you are in smaller resolutions not to be croped on the right side but to be croped on both sides left and right

    Thank you

    Pankaj Sharma Moderator
    #978838

    Hi
    Did u solve it ?
    I can see the slideshow on your Homepage is looks fine in Mobile : http://prntscr.com/cwxivl
    The only issue is height because you added below code in custom.css file

    #block-slideshow-101 > div.carousel-inner > div {
        height: 1040px;
    }

    Replace this code with below code

    @media(min-width:768px) {#block-slideshow-101 > div.carousel-inner > div {height: 1040px;}}

    Now it will not use this height in mobile views .

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

This topic contains 1 reply, has 2 voices, and was last updated by  Pankaj Sharma 7 years, 7 months ago.

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