Change width on a single page - origin theme

Hello!

I want to change the width of my page template. How do i do that without changing the width on the website? I am using origin theme. Thank you!

www.carpistraps.com

Hi @CarpiStraps

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 theme.liquid

Step 3: paste bellow code in tag → save.

{% if page.url == ‘/pages/shipping-delivery’ %}

.rich-text__blocks.left { max-width: 100% !important; }

{% endif %}

Hope that my solution works for you.

Best regards,

Henry | PageFly

Hello There,

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Layout > theme.liquid and paste this at the bottom of the file:
{% if page.handle  == 'shipping-delivery' %}

{% endif %}

It didnt work :disappointed_face: