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
This is on a backup theme, Which is not live yet
You can share the preview URL of your draft theme.
Best Regards,
Moeed
Hey @selleranna
Follow these Steps:
Go to Online Store
Edit Code
Find theme.liquid file
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
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.