Sidebar on top in mobile Home › Forums › Agama Pro › Sidebar on top in mobile Topic Resolution: Resolved Tagged: Active plantilla This topic has 2 replies, 3 voices, and was last updated 2 years, 8 months ago by CARLOS LEDESMA. Viewing 3 posts - 1 through 3 (of 3 total) Author Posts July 2, 2020 at 10:24 pm #27321 CARLOS LEDESMAParticipant How to Display Sidebar on Top for Mobile Devices? July 3, 2020 at 6:13 am #27324 ZexModerator 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 July 6, 2020 at 11:19 pm #27349 CARLOS LEDESMAParticipant Perfect! thank you! Author Posts Viewing 3 posts - 1 through 3 (of 3 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In