ResolvedHi, Friend, I have find a bug about gallery at product page

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #23821
    ooo1122
    Participant

    when i add more 8+ pictures to product gallery. Front Product page display is confusion at gallery position. please check. gallery issue

    #23997
    Althemist
    Keymaster

    Hi ooo1122,

    If you have too many images the vertical list would not fit because of the absolute positioning. The only option would be move the additional images bellow the main image with CSS. Something like this:

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

    In the next major update we will offer even more product gallery options, so you don’t need to write custom code fro this.

    regards,
    Dimitar

Viewing 2 posts - 1 through 2 (of 2 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