Hello,
Is anyone able to tell me how I can achieve something like the screenshot attached?
I would like to:
-
Align my contact form to the right
-
Put an image to the left
Thank you very much in advance,
Ella.
URL: https://www.livwithin.com.au
PW: pewpog
Please add photo section at the top of your contact page then I can give you the code to do that.
Hi Dan,
I have just added the photo above my form. Thank you!
Please add this code at the end of base.css file
@media (min-width: 750px) {
#shopify-section-template--19130582958322__image_with_text_VmGztw,
#shopify-section-template--19130582958322__contact_form_KyJdGn {
max-width: 50%;
width: 50%;
float: left;
}
#shopify-section-template--19130582958322__contact_form_KyJdGn { margin-top: 36px; }
}
#shopify-section-template--19130582958322__image_with_text_VmGztw .image-with-text__text-item { display: none; }
This is Richard from PageFly - Shopify Page Builder App
Hi @ellacoker Please add code here to fix it:
Step 1: Online Stores > Themes > Edit code
Step 2: Choose file theme.liquid
Step 3: Add code above the tag
And here is result
Hope my solution will help you resolve the issue.
Best regards,
Richard | PageFly