I am struggling with making my slider in Venture responsive. I have images at 1800x1000 and they are cut off on mobile.
I also would like to add a tiktok icon to my footer’s social block but there is not an option for that.
Please advise.
I am struggling with making my slider in Venture responsive. I have images at 1800x1000 and they are cut off on mobile.
I also would like to add a tiktok icon to my footer’s social block but there is not an option for that.
Please advise.
Hi @blasphemeboutiq ,
Please go to Actions > Edit code > Assets > theme.scss.liquid file and paste this at the bottom of the file:
@media only screen and (max-width: 749px) {
.hero {
height: 100% !important;
}
}
Hope it helps!
That did not work. It just broke my entire site.
Hi @blasphemeboutiq ,
Please change code:
@media only screen and (max-width: 749px) {
#Slideshow-slideshow {
height: 100% !important;
}
}
This didn’t work it broke my site!