Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1227320

    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

    #1227619

    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

    #1227803

    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

    #1227997

    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

    #1229697

    But doing like this it means I should “adjust” page by page right?

    Thanks

    #1230167

    Hi,

    Yes, I think you would have to do it on a page by page basis, as I’m guessing that your content and layouts are not the same on all pages.

    Best regards,
    Rikard

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.