[Resolved] Mobile – display left/right sidebar

Home Forums Support [Resolved] Mobile – display left/right sidebar

Home Forums Support Mobile – display left/right sidebar

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

    Hi Team,

    Is that possible to display 3 columns layout (left => main content => right sidebar) on mobile.

    I only find primary navigation has Mobile Menu Breakpoint, thanks.

    Thanks,
    Joyce

    #1459844
    David
    Staff
    Customer Support

    Hi there,

    it is possible with some CSS – if you have a link to the site i can look at whats required …. BUT there really is limited space on mobile for all them to be displayed in a row.

    #1460404
    Joyce

    Thanks David

    #1460439
    Leo
    Staff
    Customer Support

    You can try this CSS:

    @media (max-width: 768px) {
        .site-content {
            flex-direction: inherit;
        }
    }

    But as David already pointed out, there is simply not enough space on a mobile phone for this layout.

    #1460444
    Joyce

    Thanks Leo and David.

    #1460446
    Leo
    Staff
    Customer Support

    No problem 🙂

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