We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more

How to make the box of image with text, rich text full width?? (Origin Theme)

Solved

How to make the box of image with text, rich text full width?? (Origin Theme)

gmuink
Explorer
53 0 9

Hi,

I would I make this image with text box and rich text box the full width to this about page??

For some reason the image box and the text box always leaning toward left  and does not go beyond the area.

 

Can you give me custom css for this specific page? I applied @media (max-width: 749px) custom css to both image with text, rich text section.

 

please see the link and attached image below.

https://yq4bwg-7h.myshopify.com/pages/contact

Screenshot 2024-12-19 at 6.59.29 PM.png

 

Thank you.

Accepted Solution (1)
Guleria
Shopify Partner
4299 825 1189

This is an accepted solution.

Please update the code

{% if template == 'page.contact' %}
<style>
.image-with-text__text-item.grid__item, .rich-text__blocks { 
    width: 100%;
    max-width: 100% !important;
}
</style>
{% endif %}
- Elevate Your Store with Expert Shopify Services. Email: guleriathakur43@gmail.com - Need a quick fix or a tailored customization? I’ve got you covered.
- Looking to enhance your pages? Try GEMPAGES- a powerful drag & drop page builder.
- Let’s make your store stand out. Get in touch today!
- My Apps: Productify Groups – Smart product grouping made easy.

View solution in original post

Replies 8 (8)

Guleria
Shopify Partner
4299 825 1189

Hello @gmuink ,

 

Storefront is password protected, please share it.

 

Regards
Guleria 

- Elevate Your Store with Expert Shopify Services. Email: guleriathakur43@gmail.com - Need a quick fix or a tailored customization? I’ve got you covered.
- Looking to enhance your pages? Try GEMPAGES- a powerful drag & drop page builder.
- Let’s make your store stand out. Get in touch today!
- My Apps: Productify Groups – Smart product grouping made easy.
gmuink
Explorer
53 0 9
Hi,
The password is gimpai

Thank you!

GUN KIM | Illustrator
twasusall@gmail.com
+1 917 599 1669
gmuink
Explorer
53 0 9

Hello Guleria,

 

it’s gimpai

 

thank you.

Guleria
Shopify Partner
4299 825 1189

Edit theme.liquid, search for </head>

Now just before to it add this code

{% if template == 'page.contact' %}
<style>
.image-with-text__text-item.grid__item, .rich-text__blocks { 
    width: 100%;
    max-width: 100% !important;
}
</syle>
{% endif %}

Regards
Guleria

- Elevate Your Store with Expert Shopify Services. Email: guleriathakur43@gmail.com - Need a quick fix or a tailored customization? I’ve got you covered.
- Looking to enhance your pages? Try GEMPAGES- a powerful drag & drop page builder.
- Let’s make your store stand out. Get in touch today!
- My Apps: Productify Groups – Smart product grouping made easy.
gmuink
Explorer
53 0 9

Hey Guleria,

 

This worked perfectly but it did make the whole page darker..?

Any idea on this please?

gmuink
Explorer
53 0 9

This is the screenshot.

Screenshot 2024-12-19 at 8.22.08 PM.png

Screenshot 2024-12-19 at 8.26.25 PM.png

Guleria
Shopify Partner
4299 825 1189

This is an accepted solution.

Please update the code

{% if template == 'page.contact' %}
<style>
.image-with-text__text-item.grid__item, .rich-text__blocks { 
    width: 100%;
    max-width: 100% !important;
}
</style>
{% endif %}
- Elevate Your Store with Expert Shopify Services. Email: guleriathakur43@gmail.com - Need a quick fix or a tailored customization? I’ve got you covered.
- Looking to enhance your pages? Try GEMPAGES- a powerful drag & drop page builder.
- Let’s make your store stand out. Get in touch today!
- My Apps: Productify Groups – Smart product grouping made easy.
gmuink
Explorer
53 0 9

You are the best!