Issue with Theme Layout on Mobile - Minimal Theme

Issue with Theme Layout on Mobile - Minimal Theme

Lucki92
Excursionist
13 0 2

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

Lucki92_0-1664730409779.png

 

 

 

Reply 1 (1)

Uhrick
Shopify Partner
433 68 102

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

Shopify Developer
Hire me for theme customizations at ricardomsilvestre@outlook.com or Upwork
Was my answer helpful to you? Please like or mark as solution