Shopify themes, liquid, logos, and UX
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
Solved! Go to the solution
This is an accepted solution.
Hey @selleranna
Keep the previous code and add this new code above </style> 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
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
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 </body> tag
<style>
@media screen and (min-width: 768px) {
.contact-section {
height: 270px !important;
}
.contact-methods {
display: flex !important;
}
.contact-method {
padding: 0 0 0 30px !important;
width: 300px !important;
height: 70px !important;
justify-content: flex-start !important;
}
}
</style>
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:
This is an accepted solution.
Hey @selleranna
Keep the previous code and add this new code above </style> 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.
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025