Archived topic
Thumbnails no longer line up and description tab
6 replies · Started by Alec on May 20, 2019
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.
Done!
Thanks
I also provided a screenshot below of how it looks currently with version 1.8.2 on our main site.
screenshot
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);
}
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
You're welcome - glad we could be of help.