Hello
when you look at this with an ipad (768 x 1024px):
you will see that the sidebar does not show correctly.
If reduce the viewing size a little bit, like 764 x 1024, the layout jumps to column., which I think would be better in this case.
How could I force the template to show 1 column layout also for 768 px width?
Thank you for Help!
Bernd
Hey Bernd!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 1024px) {
.content, .sidebar {
width: 100%!important;
border: none!important;
}}
Cheers!
Yigit
Thank you Yigit!