hi this is my website
i want to make same as second image, how to do that, needed help
only the botton lenth and height, only mobile
hi this is my website
i want to make same as second image, how to do that, needed help
only the botton lenth and height, only mobile
please Go to Online Store->Theme->Edit code then go to assets/theme.scss.liquid ->paste below code at the bottom of the file.
@media only screen and (max-width: 999px){
.Slideshow--fullscreen {
height: 100vh !important;
}
}
Thanks!
i mean not slideshow, the botton width is little bigger and height smaller
hello @Jason_19_1
please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.
@media screen and (max-width: 769px){
.Slideshow__Button.ButtonGroup__Item.Button , .ButtonGroup--sameSize .ButtonGroup__Item{
max-width: 375px !important;
height: 45px;
}
}