Comments 3Lucas-media started the conversationSeptember 8, 2020 at 1:50pmHi guys, can you please provide some CSS to reorder the appearance of the sidebar and post content for mobile views. We would like the sidebar to feature above the main post content rather than at the bottom of the page. ThanksDariush 2,965Andrew repliedSeptember 8, 2020 at 3:18pmHi Dariush,Add the following custom css in Salient > General settings > CSS/script related: @media only screen and (max-width: 1000px) { .single .container.main-content .row { display: flex; flex-direction: column-reverse; } } Hope this helps. 3Lucas-media repliedSeptember 9, 2020 at 10:56amThanks Andrew works a treat. Kind RegardsDariush Sign in to reply ...
Hi guys, can you please provide some CSS to reorder the appearance of the sidebar and post content for mobile views.
We would like the sidebar to feature above the main post content rather than at the bottom of the page.
Thanks
Dariush
Hi Dariush,
Add the following custom css in Salient > General settings > CSS/script related:
Hope this helps.
Thanks Andrew works a treat.
Kind Regards
Dariush