This topic has 2 replies, 2 voices, and was last updated 5 years, 2 months ago ago by Olga Barlow
I am having difficulty with this themes responsive design.
The Sidebar cuts off on the iPad in landscape mode as it is wider than the Custom CSS for tablet controls. 768px – 991px
I see no solution for Custom CSS for tablet in Landscape and attempting to modify the Media Screen settings will not function as well.
This CSS turns off the Sidebar for the tablet but only at 768px – 991px.
Many tablets are wider than this in landscape display.
Your help is appreciated.
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
You must be logged in to reply to this topic.Log in/Sign up