gmuink
1
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
Thank you.
1 Like
Guleria
2
Hello @gmuink ,
Storefront is password protected, please share it.
Regards
Guleria
gmuink
3
Hi,
The password is gimpai
Thank you!
GUN KIM | Illustrator
twasusall@gmail.com
+1 917 599 1669
Guleria
5
Edit theme.liquid, search for
Now just before to it add this code
{% if template == 'page.contact' %}
Regards
Guleria
gmuink
6
Hey Guleria,
This worked perfectly but it did make the whole page darker..?
Any idea on this please?
Guleria
8
Please update the code
{% if template == 'page.contact' %}
{% endif %}
1 Like