Shopify themes, liquid, logos, and UX
I read through many posts to try and fix this myself, but nothing has worked. I'd like to minimize the gap between the slide show image and gallery image on my home page.
Any help would be greatly appreciated!
Site URL : https://theposhtech.com/
Solved! Go to the solution
This is an accepted solution.
Please add the following code at the bottom of your assets/theme.scss.liquid file.
@media (min-width: 768px){
.slideshow-wrapper {
height: auto !important;
}
}
Hope this works.
Thanks!
Hello @LaurenPT ,
1. Go to Online Store->Theme->Edit code
2. Asset->theme.scss.liquid paste bellow code in bottom of file
@media (min-width: 768px){
.slideshow-wrapper {
height: 100% !important;
}
}
Thanks
Thanks so much for the reply. I tried your suggestion and unfortunately it put the whole home page out of order and I had to remove the code.
@media (min-width: 768px){
.slideshow-wrapper {
height: 100% !important;
}
}
My mistake I forget to close the brackets. Try again it will work.
I tried again and it didnt work, looking at the codes you sent. I cant see a difference, but that could just be me!
Hi @Majit
Thanks for the help and no i was not referring to your codes. I just tried to follow your instructions and the only @media I could find was the below
@media only screen and #{$declaration} {
@content;
.slideshow-wrapper search with this in your theme.css file. Or send me a private message.
Find this code in your theme.sccss/theme.css file and replace the height with height: auto;
@media (min-width: 768px)
.slideshow-wrapper {
height: auto;
}
If this doesn't help please let me know.
This is an accepted solution.
Please add the following code at the bottom of your assets/theme.scss.liquid file.
@media (min-width: 768px){
.slideshow-wrapper {
height: auto !important;
}
}
Hope this works.
Thanks!
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