[Support request] Thumbnails no longer line up and description tab

Home Forums Support [Support request] Thumbnails no longer line up and description tab

Home Forums Support Thumbnails no longer line up and description tab

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #905742
    Alec

    Hi,
    Since the last update to Premium 1.82 the gallery thumbnails no longer line up with the main image.
    Also the description tan is no longer centered with a border line under it.
    It is now on the left.
    These issues are on the staging site.

    I am using Version 1.7.8 on the main site and everything still looks great.
    If I deactivate the premium plugin, the images line up.

    Thank you.

    #905749
    Leo
    Staff
    Customer Support

    Hi there,

    Can you do this first?
    https://www.screencast.com/t/sAZU8h7bUcE

    Thanks!

    #905752
    Alec

    Done!
    Thanks

    #905766
    Alec

    I also provided a screenshot below of how it looks currently with version 1.8.2 on our main site.
    screenshot

    #905892
    David
    Staff
    Customer Support

    Hi there,

    GPP 1.8 introduced some changes – some users didn’t think the tabs looked ‘tabby’ enough and the thumbnails again didn’t work for a lot of sites so gutters were added. Try this CSS to revert it to your 1.7.8 site:

    .woocommerce div.product div.images .flex-control-thumbs li {
        padding: 0 !important;
    }
    
    .woocommerce-page div.product .woocommerce-tabs ul.tabs li.description_tab {
        flex: 1;
        text-align: center;
    }
    
    .woocommerce #content div.product .woocommerce-tabs ul.tabs li {
        border: none;
        border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    }
    #906040
    Alec

    David,
    Thank you very much 🙂
    I updated the main site to v1.8.2 and put the code in….
    Just what the Doctor ordered.

    Thanks for your time and to the entire staff here on the forum.

    Alec

    #906418
    David
    Staff
    Customer Support

    You’re welcome – glad we could be of help.

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.