Lay-out changes in Chrome VS in Safari

Hi there,

We are now using the Dawn-theme for our Shopify store. However, we’re having troubles with the lay out of the description of all our products. The lay out varies when you’re using Chrome or when you’re using Safari.

I will insert two screenshots of our website in Chrome & in Safari, the mobile version is looking good.

Does anyone has a solution to this problem? I didn’t find any tips or tricks so far.

Thank you in advance!

Hey @SukoonStudio

Follow these Steps:

  1. Go to Online Store

  2. Edit Code

  3. Find theme.liquid file

  4. Add the following code in the bottom of the file above tag


RESULT:

If I managed to solve your problem then, don’t forget to Like it and Mark it as Solution!

Best Regards,
Moeed

Add this code to the “Theme Settings”=> “Custom CSS” setting:

.rte p {
  display: initial;
}