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?
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;
}
}
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?
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):
Thanks
ThemeNectar Support Team