Hello everyone
there is a way to control sidebar and page layout in tablet landscape?
I check around the forum but found real answers.
Desktop, mobile and tablet portrait are very fine, but tablet landscape of my website is very random in layout and i dont know how to control it (page by page would be a nightmare)
phoenixdivers-kohlanta.com
Cheers
Hey phoenixdivers-kohlanta,
I’m not sure exactly what you would like to change, could you try explaining a bit further and post screenshots highlighting the problem please?
Best regards,
Rikard
Hi Rikard thanks for answering
here
https://ibb.co/NxVvD8f
is an example for tablet landscape of this page
phoenixdivers-kohlanta.com/koh-lanta-dive-sites/hin-bida-diving/
If I would lie to avoid that empty white spaces, is there any other solutions than editing page by page and check results on tablet?
Cheers
Hi,
Since those elements are not on the same row then you would need custom CSS, please try this for example:
@media only screen and (min-width: 768px) and (max-width: 1024px) {
.page-id-2932 .avia-builder-el-9 {
margin-top: -140px;
}
}
Best regards,
Rikard
But doing like this it means I should “adjust” page by page right?
Thanks