I followed a few thread about this topic, but none of the code works for me.
I would like the sidebar under the content on tablet portrait mode.
I have this code snippet now on my blog right now, and it is not working as should .
The sidebar is wider, but still beside the content.
It seems like a problem only shows up on iPad Pro
@media (min-width: 769px) and (max-width: 1024px) {
.content-area, .inside-footer-widgets>div, .sidebar {
float: none;
width: 100%;
left: 0;
right: 0;
}
}
https://www.oromtelielet.hu/kedves-leves/
Thank you!