Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
Hello guys, please help me make this (top) look like this (below edited in PS)
here is the link https://72d12c-be.myshopify.com/
Solved! Go to the solution
This is an accepted solution.
Please add this code to theme.liquid file, after <head>
<style>
@media (max-width: 749px) {
#ImageWithText--template--22539441996064__image_with_text_qqrUQJ { padding-top: 1rem !Important; }
#ImageWithText--template--22539441996064__image_with_text_qqrUQJ .image-with-text__text {
margin-top: 0.5rem !important;
}
#ImageWithText--template--22539441996064__image_with_text_qqrUQJ .button {
margin-top: 1.5rem !important;
}
#ImageWithText--template--22539441996064__image_with_text_qqrUQJ .section-template--22539441996064__image_with_text_qqrUQJ-padding { padding-bottom: 1.5rem !important; }
}
</style>
- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.
This is an accepted solution.
Please add this code to theme.liquid file, after <head>
<style>
@media (max-width: 749px) {
#ImageWithText--template--22539441996064__image_with_text_qqrUQJ { padding-top: 1rem !Important; }
#ImageWithText--template--22539441996064__image_with_text_qqrUQJ .image-with-text__text {
margin-top: 0.5rem !important;
}
#ImageWithText--template--22539441996064__image_with_text_qqrUQJ .button {
margin-top: 1.5rem !important;
}
#ImageWithText--template--22539441996064__image_with_text_qqrUQJ .section-template--22539441996064__image_with_text_qqrUQJ-padding { padding-bottom: 1.5rem !important; }
}
</style>
- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.
Thank you so much 🙂