How can I fix font sizing issue on my Minimal Theme?

Hey again,

I have done some coding changes and it looks like I have messed with the font sizing on main body. It now looks stretched/flattened.

Can someone please help me to revert this back to normal size font, it should look the same as my header/menu:

1 Like

Preview URL: https://36xfzp3pl1sihsb6-37627822220.shopifypreview.com

This is Victor from PageFly - Shopify Page Builder App, I’d like to suggest this idea:

Add this CSS at the bottom

Online Store ->Theme ->Edit code

Assets ->theme.scss.css

.page-width>h2, .page-width>p {

line-height: 1.7 !important;

}

Hope you find my answer helpful!

Best regards,

Victor | PageFly

@insideout_aus

Add the following CSS code to your assets/theme.scss.liquid Or assets/theme.css bottom of the file.

.page-width>h2, .page-width>p {
    line-height: 1.7 !important;
}

Thanks!

Thank you for responding, unfortunately that didn’t work @PageFly-Victor

@dmwwebartisan didn’t work unfortunately

Hi @insideout_aus

This is Victor from PageFly - Shopify Page Builder App

Has your problem been solved yet? If you still need our help, please let us know the store URL, thank you.

Best regards,

Victor | PageFly