Okay
  Public Ticket #1656359
Empty Comments Section Gap Bottom of Posts
Closed

Comments

  • wormwoody started the conversation

    I have searched like mad thru your immense library of tickets lol and I still cannot figure out how to hide the empty comments section near the bottom of each post. I dont use comments. I turn them off for every post but this leaves a big white gap at the bottom of each post near the call to action.

    Please advise on how to hide it :)

  •  3,030
    Andrew replied

    Hi there,

    Could we get a link to this to see if we can fix with some CSS.

    Thanks.

  •   wormwoody replied privately
  •  9,001
    Tahir replied

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    .comment-wrap {
        padding: 0 !important;
    }

    Thanks


    ThemeNectar Support Team 

  • wormwoody replied

    Thank you again! Good stuff!