• Resolved satarielxx

    (@satarielxx)


    Hi,
    Ultimate Product Catalogue works great on Desktop but the only thing is that a small issue on my website with the thumbnail view with phones.

    The Thumbnail Pic is on the left side and the description in the middle. I tried with some CSS but without success.

    Any solution for that?

    Attach of the screenshot:
    https://prnt.sc/t6vvpx

    Thx and Regards

Viewing 1 replies (of 1 total)
  • Plugin Support jaysupport

    (@jaysupport)

    Hi satarie,

    You already sent an email about this, to which we’ve replied. For reference, this is the CSS we provided:

    @media only screen and (max-width: 767px) {
        .prod-cat-inner {
            width: 100%;
            height: auto !important;
        }
       
        .prod-cat-container {
            height: auto !important;
        }
    }
    @media only screen and (max-width: 480px) {
        .prod-cat-thumb-image-div.upcp-thumb-image-div {
            margin-left: auto;
            margin-right: auto;
        }
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Thumbnail Mobile Issue’ is closed to new replies.