Reply 221569 to: Sidebar cuts off on iPad in landscape mode

Avatar: Olga Barlow
Olga Barlow
Support staff
September 18, 2019 at 10:27

Hello,

We found custom CSS that causes issue with the width of the content and sidebar https://gyazo.com/f203f189527a70f0ced44744a04b338f

Edit your code and add the max-width in addition to the width

@media (min-width: 992px){
.container {
    width: 1400px;
    max-width: 100%;
}
}

Regards

Go To The Whole Conversation In Topic
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.