Okay
  Public Ticket #423937
Read more button
Closed

Comments

  • Joppe started the conversation

    Hey,

    I discovered a weird bug when posting a new message on my weblog.
    When I'm publishing a post using the page builder and put a <read more> tag in a row it will generates an extra row with a bottom margin of 35px above that row.

    So now it shows a 35px white space before my body text comes in.
    Any idea how I still can use the <read more> tage on a custom place in my post without having this extra spacer?

    Cheers.
    Joppe




  •  8,849
    Tahir replied

    Hey,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :
    .post-header~.vc_row {
        display: none !important;
    }

    Thanks



    ThemeNectar Support Team 

  • Joppe replied

    cool. thanks.