Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1269878
    captainblogger
    Participant

    The columnize shortcode is pushing my left side because an extra <p> tag is being inserted. How do I keep this <p> tag from being added?

    #1269882
    Joao
    Moderator

    Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

    #1269912
    captainblogger
    Participant
    #1269919
    Friech
    Moderator

    Hi There,

    Check your code/shortcode and make sure there is no line-breaks on it.

    If issue remain, add this on your custom CSS.

    p:empty {
    	margin-bottom: 0;
    }

    Cheers!

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