Prestige Theme - Product Description Overlapping With Review Section & Recently Viewed

LadyP
Tourist
17 0 2

Hello,

I am in desperate need of assistance and hope someone can help. I have the Prestige Theme, version 1, I believe, and the Product Description & Specification section overlaps with Review Section & Recently Viewed. I have noticed this tends to be the case when the description or specifications section is long.

Here are some images below of the issue:

 

LadyP_0-1636579022833.png

 

 

LadyP_1-1636579022834.png

This issue is in every product page where the description or specification is long. Here is an example of one.

I was previously advised to input the following code at the bottom of my theme.scss.css file and that instead lead to my product images no longer showing so I had to remove:

@media screen and (min-width: 1008px) {
.Product__InfoWrapper {position: initial;}

.template-product .Product__Wrapper{display: flex; max-width: 100%;}
}

I hope someone can help. Thank you in advance.

Replies 2 (2)

PaulNewton
Shopify Partner
6275 574 1324

This is typically when any sticky elements have had their layout modified, or other elements added to sticky elements but not adjusted for in the javascript.

Or dynamic elements are rendering on the page again not adjusting or retriggering any javascript related to layout.

Either the sticky header , or sticky product form if present can be the culprit.

 

The quickest bandaid is to make the background color of the product description non-transparent and in some cases have a z-index so it overlays any content lower on the page.

 

Sometimes it's also a fix with margin-top: -1px; 

 

Save time & money ,Ask Questions The Smart Way


Confused? Busy? Get the solution you need paull.newton+shopifyforum@gmail.com


Problem Solved? ✔Accept and Like solutions to help future merchants

Answers powered by coffee Buy Paul a Coffee for more answers or donate to eff.org


LadyP
Tourist
17 0 2

Hello Paul,

Thank you for the response. How would I go about doing as suggested?