Shopify themes, liquid, logos, and UX
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 |
---|---|
178 | |
151 | |
83 | |
31 | |
30 |
Thanks to all Community members that participated in our inaugural 2 week AMA on the new E...
By Jacqui Mar 10, 2023Upskill and stand out with the new Shopify Foundations Certification program
By SarahF_Shopify Mar 6, 2023One of the key components to running a successful online business is having clear and co...
By Ollie Mar 6, 2023