Okay
  Public Ticket #2532527
Show sidebar on top of post content
Closed

Comments

  •  3
    Lucas-media started the conversation

    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 

  •  2,965
    Andrew replied

    Hi 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.

  •  3
    Lucas-media replied

    Thanks Andrew works a treat. 

    Kind Regards

    Dariush