ResolvedCan’t scroll on product gallery

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #27021
    AZG
    Participant

    As said in the title. Impossible to see the complete gallery. We see only the first 4 pictures and then it is impossible to scroll to see the following ones.

    #27022
    AZG
    Participant
    This reply has been marked as private.
    #27038
    Althemist
    Keymaster

    Hello AZG,

    the problem is that you have a lot of additional images and because of the sidebar on the product page, there is a pretty limited space for them. In your case, the best way would be to reposition the additional images bellow the main image.

    You can use the following CSS to do so:

    div.product div.images, #content div.product div.images {
            padding: 0;
    }
    span.onsale {
            top: 30px;
            left: 30px;
    }
    div.product div.images ol.flex-control-nav, #content div.product div.images ol.flex-control-nav {
            width: 100%;
            position: relative;
            padding-top: 20px !important;
            text-align: left;
    }
    div.product div.images ol.flex-control-nav li, #content div.product div.images ol.flex-control-nav li {
            margin-right: 5px;
    }

    regards,
    Dimitar

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

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register