Why is my Sense Theme not mobile responsive?

Hi, I am having a Mobile Responsive issue in Sense Theme cuz when i open my store in Mobile and zoom out it turn out to be that it is mobile irresponsive theme. This issue only happens with the product pages only.

I have attached the image below of my product page.

The problem is actually in your product description.

See those lines made of dots which are wider then site width?

Browser treats each of them them as a single word and does not want to wrap them.

It’s fixable – you can clean up your product description or you can add the following code to the Custom CSS setting:

.product__description {
  overflow-wrap: anywhere;
}
1 Like

Hi @Gloxpk

This is Theodore from PageFly - Shopify Page Builder App

Please add this code to your theme.liquid above the to get this solved

Step 1: Online Stores > Themes > More Actions > Edit code

Step 2: click on theme.liquid and paste the code above the


Hope this can help you solve the issue

Best regards,

Theodore | PageFly