There is still one issue I am facing is this.
Scenario: I have 2 columns on the left side I have Product Gallery inside a div and on the right side I have my product summary details inside a div.
Since I have added related products below the product gallery it is not inside the product gallery div and making it 3(gallery, related products, summary) cols instead of 2, since it was added after product gallery div, so I used jquery code to make gallery and related products slider added inside 1 div.
CODE:
$(‘.single-product .product .images, .single-product .product .wrps_related_products_area’).wrapAll(‘<div class=”product-gallery-wrap”></div>’);
something like this, so that way I have 2 cols again, but the related product slider structure is not showing properly click on the link below.
https://snipboard.io/uhs8YH.jpg
Try opening developer tools(f12), and close again, then in someway the structure shows properly.
You can have a look at the above given link to troubleshoot.
Can you help in anyway? Thanks!