Issue with Theme Layout on Mobile - Minimal Theme

Hi All,

I need help with the Theme Layout on Mobile view.

Currently my theme looks little bit zoomed in on mobile. How can I get it contained in the screen.

It should be visible as per the mobile screen size.

Issue is with Homepage View only.

Please help.

Site - www.pepyr.com

Password -osiath

Screenshot

hey, Lucki92, try adding this code in online store > themes > actions > Edit code, at the end of the syles-home.scss.css file

@media (max-width: 768px) {
.slideshow-section .slideshow .content.content-slider {
    left: 0;
    text-align: center;
}
.slideshow-section .slideshow .owl-dots {
    right: 20px;
}
}

see if it works