[Resolved] Mobil view

Home Forums Support [Resolved] Mobil view

Home Forums Support Mobil view

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1623148
    merlin52

    How do I display the left sidebar in front of content in my mobile view?

    #1623659
    David
    Staff
    Customer Support

    Hi there,

    try this CSS:

    @media(max-width: 768px) {
        .left-sidebar .site-content {
            display: flex;
            flex-direction: column-reverse;
        }
    }
    #1623900
    merlin52

    Thanks

    #1624594
    David
    Staff
    Customer Support

    You’re welcome

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