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!
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!
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,
{% if page.handle == 'shipping-delivery' %}
{% endif %}
It didnt work ![]()