Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1131540
    Trankuility
    Participant

    Please see the screenshot in the next post. Notice that there is extra white space at the bottom of the block quote. How do I remove that extra white space?

    #1131542
    Trankuility
    Participant
    This reply has been marked as private.
    #1131560
    Rue Nel
    Moderator

    Hello There,

    Thanks for writing in! To resolve this issue, please add the following css code in the customizer, Appearance > Customize > Custom > CSS

    .x-blockquote p:nth-child(last),
    .x-blockquote p:last-child {
      margin-bottom: 0;
    }

    Please let us know if this works out for you.

    #1135959
    Trankuility
    Participant
    This reply has been marked as private.
    #1136358
    Rupok
    Member

    Hi there,

    Thanks for the exact URL. Kindly update your code to following :

    blockquote p:last-child {
      margin-bottom: 0;
    }

    Hope this helps.

    #1137133
    Trankuility
    Participant

    That worked! Thank you.

    #1137245
    Rupok
    Member

    You are welcome!

    Glad that it helped. Feel free to let us know if you face any other issue. We’ll be happy to assist you.

    Thanks for using X.

    Cheers!

  • <script> jQuery(function($){ $("#no-reply-1131540 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>