Hi,full screen slideshow mobile

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.

  1. Go to admin > Online store > Edit code.

  2. Find the file named “custom.css” and open the file.

  3. 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;
  }
}
  1. Don’t forget to save the file after making changes.

Hope this solution works best for your issue.