Problem with product page on mobile only

Hi

I have a problem with the Meka theme whereby the product comparison template is showing in my product pages on mobile only.

I don’t have the product comparison section added to any of my pages on my website so not sure where this is coming from.

It only shows on the product pages when viewing via mobile. It doesn’t show on same page when viewing via laptop.

I have no compare at price added to my products.

Does anyone know how I can remove this? Thanks

Hi, @alborg

Can you please share the store URL so that I can assist you?

Hi AnneLuo,

Sure it’s www.turonauto.com.au

Thanks

Hi @alborg

Which section? Could you take screenshot?

You can try this code by following these steps:
Step 1: Go to the online store ->Theme ->Edit Code.
Step 2: Find the theme.liquid file and add the following code before the tag


Hopefully it will help you. If yes then Please don’t forget hit Like and Mark it as solution!

1 Like

@AnneLuo Thankyou for the reply.

This has partially resolved the issue. However if I swipe left on a product page on a mobile I still have the grey Product comparison formatting running up the side of the page. My product breadcrumb also spills out onto this from the website. Would you know how to resolve this also please?

@Dan-From-Ryviu please see below

Add the code below at the same location.


Hopefully it will help you. If yes then Please don’t forget hit Like and Mark it as solution!

1 Like

Please add this code to Custom CSS in Online Store > Themes > Customize > Theme settings

.breadcrumbs__link { flex-shrink: unset !important; }

@AnneLuo You are amazing. A big thankyou for fixing both of my issues :+1:

Thankyou Dan, much appreciated.

1 Like

You are very welcome!