ResolvedProduct Page Gallery Problem

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #24715
    Emre
    Participant

    Hi

    There is a problem with product galery when i upload more than 4 images? Is there a fix for that ?

    https://snipboard.io/tFCT7I.jpg

    Thanks

    #24740
    Althemist
    Keymaster

    Hello aeozkardesler,

    The problem is because of the aspect ratio of your images. There is no enough space to accommodate them vertically on the left side. 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;
    }

    Hope this helps.

    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