Okay
  Public Ticket #2566673
blog
Closed

Comments

  •  1
    breakthroughmarketing started the conversation

    I don't like the way the next post shows up first before the comment field . I think people may not realize the comment field is even there. Is there a way to put it below the comment field?

  •  8,850
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):

    @media only screen and (min-width: 1000px) {
        .single-post .container .row:last-child {
            display: flex;
            flex-direction: column-reverse !important;
        }
    }

    Thanks


    ThemeNectar Support Team