Shop Categories

X

Sidebar on top in mobile

Home Forums Agama Pro Sidebar on top in mobile

Topic Resolution: Resolved
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #27321
    CARLOS LEDESMA
    Participant

    How to Display Sidebar on Top for Mobile Devices?

    #27324
    Zex
    Moderator

    Hello, Carlos!

    (Insert the following codes into Customizing->General->Additional CSS:

    @media only screen and (max-width: 600px) {
    .vision-row{
      display: flex!important;
      flex-direction: column!important;
    }
    #secondary{
     order:1!important;
    }
    #primary{
     order:2!important;
    }
    #frontpage-boxes{
      order:3!important;
    }
    }

    Set the order of the elements as you like.

    Regards

    #27349
    CARLOS LEDESMA
    Participant

    Perfect! thank you!

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