Shopify themes, liquid, logos, and UX
Can someone help me to make multirow in mobile view to be in two column? I want it to look like text and image on same row instead of text displaying under the image.
Hello, on the div container that holds that content, you can set it on mobile view to:
display: flex
flex-direction: row
Just go to edit code, select the section then make customizations on mobile view.
If you are having a problem, maybe I can schedule a google meeting and help you out
If you don't mind would you like to specify for me?
The website URL is www.critterlamp.com
Hi @thekidreyz ,
Please follow these steps:
1. Navigate to Online store => Themes => Edit code
2. Find theme.css file and add the CSS
Wrap the CSS inside this to apply the code on mobile screen only
@media screen and (max-width: 400px) {
// your code css
}
In div class "image-with-text__grid", add width for 2 child divs so that the total width of them is 100%
In the div containing the text description, add the following CSS properties to align accordingly:
Hope this will help
Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges: Get more sales with striking labels, badges, and banners from our 10,000+ available templates.
BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now
Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024