Hi,
I’m having 2 issues with the website right now.
-
resizing the image on slideshow banner during mobile view
-
alligning the “Discover more” button to the atttached image below (preferrably for mobile too)
website link is: www.xqnail.com.au
I’ve already tried:
@media screen and (max-width: 749px){
div#Hero-hero-1 {
height: 66vw;
}
@media screen and (max-width: 749px) { .slideshow__slide { background-size: contain !important; background-repeat: no-repeat; background-position: center; height: auto !important; padding-bottom: 50% !important; } .slideshow__slide img { display: block; width: 100%; height: auto; max-height: none !important; } }
Thx



