How can I adjust the width of the product description column in Refresh 13.0.1 theme?

How can I adjust the width of the product description column in Refresh 13.0.1 theme?

RMTPerformance
Excursionist
50 0 8

Hi everyone,
I'd like to change the width of the Product Description column in our Refresh 13.0.1 THEME at www.rmtperformance.com. Any ideas or suggestions are appriciated.

Here is an example. As you can see, this can cause some issues as the text is very hard to read - https://lujxpd51p80kj1ig-80586113371.shopifypreview.com/products_preview?preview_key=85b4ac583d28fee...

Warm Regards,
RMT.

RMTPerformance_0-1711893085676.pngRMTPerformance_1-1711893098651.png

 

Replies 3 (3)

RMTPerformance
Excursionist
50 0 8

For context I am using a custom theme template for this particular product. However I could always use the Default Theme Template and just adjust the size of that as it wouldn't be a negative to change the width for all our products for easier reading.

PageFly-Henry
Shopify Partner
1184 335 289

Hi @RMTPerformance 

This is Henry from PageFly - Landing Page Builder App

 

You can try this code by following these steps: 

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file base.css

Step 3: Paste the below code at bottom of the file -> Save


.product__description p span,

.product__description li {

    font-size: 16px !important;

}

 

Hope that my solution works for you.

Best regards,

Henry | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.

RMTPerformance
Excursionist
50 0 8

Hi Henry, thanks for that super helpful. I actually managed to fix the font-size myself.
However the width still being an issue as you can see from the screenshot below, it makes the videos super small.

If you have any ideas that would be great, if not. Not a problem at all!
https://lujxpd51p80kj1ig-80586113371.shopifypreview.com/products_preview?preview_key=110a669ad02ce83...

RMTPerformance_0-1711894782310.pngRMTPerformance_1-1711894793431.pngRMTPerformance_2-1711894803187.png