Hi,I wanna make my slideshow fullscreen for mobile view only
store url: www.aiciavem.ro
please if u can test my store also to see how good performs or if I have any problems it is perfect, thx!
Hi,I wanna make my slideshow fullscreen for mobile view only
store url: www.aiciavem.ro
please if u can test my store also to see how good performs or if I have any problems it is perfect, thx!
Hello @sao
Follow below steps to make slideshow full width on mobile devices only.
Go to admin > Online store > Edit code.
Find the file named “custom.css” and open the file.
Copy below given CSS and paste in the file at the end of file.
@media (max-width: 768px) {
#shopify-section-template--21843587039558__home_builder_ywPwKf .container {
max-width: 100% !important;
}
#shopify-section-template--21843587039558__home_builder_ywPwKf .container .home-builder-block-id-template--21843587039558__home_builder_ywPwKf-1 {
padding: 0 !important;
}
}
Hope this solution works best for your issue.