Shop Categories

X

Reply To: Sidebar on top in mobile

Home Forums Agama Pro Sidebar on top in mobile Reply To: Sidebar on top in mobile

#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