Shopify themes, liquid, logos, and UX
To continue receiving payouts, you need to secure your account by turning on two-step authentication. If two-step authentication is not turned on your payouts will be paused. Learn more
Hey everyone - I could really use some help.
I'm not sure what happened, but the Mobile Menu on my site has suddenly expanded due to a bunch of extra space between product pictures and title. I cannot figure out what is causing it.
i've attached a screenshot of what it looks like. Before this, they were all neatly under each other.What can I do to get it back to the normal spacing?
Thank you
Solved! Go to the solution
This is an accepted solution.
Please remove the last given code and add this new code in assets/theme.css file.
@media only screen and (max-width: 749px){
.product-single__thumbnails-item-slide, .product-single__media{ height: auto !important; }
}
Hope this works.
Thanks!
Please share your website URL and password if any. I will check and provide a solution here.
Thanks!
Hello @Clemcls01 !
@media screen and (max-width: 590px) {
.product-single__meta {
padding-top: 0 !important;
}
}
Hope this helps!
Thanks,
Digital Artisans
@DigitalArtisans no result with this code
little detail i don't have theme.scss in my assets but theme.css
Please add the following code at the bottom of your assets/theme.css file.
@media only screen and (max-width: 749px){
.product-single__thumbnails-item-slide{ height: auto !important; }
}
Hope this works.
Thanks!
Hello @Clemcls01 ,
Try to paste the code under theme.scss in draft mode and let me know your theme.
Thanks,
Digital Artisans
@dmwwebartisan much better on the bottom part ! thanks but still have the spacing on the top part see screenshot below :
This is an accepted solution.
Please remove the last given code and add this new code in assets/theme.css file.
@media only screen and (max-width: 749px){
.product-single__thumbnails-item-slide, .product-single__media{ height: auto !important; }
}
Hope this works.
Thanks!
User | RANK |
---|---|
113 | |
88 | |
70 | |
68 | |
45 |
Learn these 5 things I had to learn the hard way with starting and running my own business
By Kitana Jan 27, 2023Would you love to unleash the unbridled power of the Google Shopping Channel into your sho...
By Gabe Jan 6, 2023How can you turn a hobby into a career? That’s what Emmanuel did while working as a wa...
By Skye Dec 30, 2022