What code or methods do I use to make the text side by side? I am using the pipeline theme.
Please and thanks
https://es3v7yla23rylj65-46142587048.shopifypreview.com here is the website
What code or methods do I use to make the text side by side? I am using the pipeline theme.
Please and thanks
https://es3v7yla23rylj65-46142587048.shopifypreview.com here is the website
Hi There!
To do that you have to first create a parent
Hello, @HewittShophere
Welcome to the Shopify community!
and Thanks for your Good question.
Please share your site URL,
So I will check and provide a solution here.
https://es3v7yla23rylj65-46142587048.shopifypreview.com
Here is the website, and very new to coding
Thanks for the store URL.
@media only screen and (min-width: 769px) {
#contact-us .grid__item div {
float: left;
width: 50%;
}
}
hello, will this be added to all the pages/throughout the whole website
or just the page.contact / contact page ( contact us page)
Just want to make sure as I only need it to be side by side for just one page?
:0
code apply to only contact page
You’re a life saver thank you!
Sorry you are facing this issue, it would be my pleasure to help you.
Welcome to the Shopify community! ![]()
Thanks for your good question.
Please share your site URL,
I will check out the issue and provide you a solution here.
My website is not live yet. It’s in process. I’m using a Minimal theme. I just want to add side by side pattern on the contact page. like contact form should be on left and all the text should be on right.
oh i see not an issue please share store preview url
here is the link
can you please share contact page code
Here is the code:
{% form ‘contact’ %}
{% if form.posted_successfully? %}
{{ 'contact.form.post_success' | t }}
{% endif %}{{ form.errors | default_errors }}
{% assign name_attr = ‘contact.form.name’ | t | handle %}
{{ ‘contact.form.name’ | t }}
{{ ‘contact.form.email’ | t }}
{% assign name_attr = ‘contact.form.phone’ | t | handle %}
{{ ‘contact.form.phone’ | t }}
{{ ‘contact.form.message’ | t }}
{% if form.body %}{{ form.body }}{% endif %}{% endform %}
It’s perfect. You’re a Gem. but can you guide me on how to switch sides too by myself? like if I want the Text on left and Form on right?
yes please change content as per you code we don’t control your admin so please update custom code