Hi,
the iPad Portrait Mode has a resolution of 768px. The Enfold breakpoint is 767px. How can I change the breakpoint by one pixel to display the shop page without a sitebar on the tablet?
Hey Ramon,
Can you give us a link to the page? so we can take a closer look.
Best regards,
Nikko
The link: botigo.de
Hi ratoli,
Can you try adding this css code in Quick CSS (located in Enfold > General Styling):
@media only screen and (max-width:959px) {
.responsive #top .container .av-content-small {
margin: 0 0 20px;
width: 100%;
border: none;
}
.responsive #top .container .av-content-small .entry-content-wrapper {
padding-right: 0;
}
.responsive #top #main .sidebar {
display: none;
}
}
Best regards,
Nikko
Perfect, thanks!
Hi ratoli,
Glad that we could help :)
Thanks for using Enfold and have a great day!
Best regards,
Nikko