I need help setting up "contact section" code, there is an error

This was the output: (this is on studio theme)

But I wanted this output: (It is on a different theme)

Can someone help me?

I cannot send the code as it has “contact details” that is not allowed to share on this post

Hey @selleranna

Share your Store URL and Password if enabled.

Best Regards,

Moeed

This is on a backup theme, Which is not live yet

You can share the preview URL of your draft theme.

Best Regards,

Moeed

https://hj49boxh4ogonno4-77084328220.shopifypreview.com

Thanks

Hey @selleranna

Follow these Steps:

  1. Go to Online Store

  2. Edit Code

  3. Find theme.liquid file

  4. Add the following code in the bottom of the file above tag


RESULT:

If I managed to help you then, don’t forget to Like it and Mark it as Solution!

Best Regards,
Moeed

That did work but a little error came up with the alignment:

Hey @selleranna

Keep the previous code and add this new code above in the end of theme.liquid file

.contact-info {
    bottom: 50px !important;
    position: relative !important;
}

RESULT:

If I managed to help you then, don’t forget to Like it and Mark it as Solution!

Best Regards,
Moeed

Thank you so much

Thank you for your reply. I’m glad to hear that the solution worked well for you. If you require any more help, please don’t hesitate to reach out. If you find this information useful, a Like would be greatly appreciated.