Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1116707
    Rad
    Moderator

    Hi there,

    It’s not because of the gap shortcode, but the <p></p> that wraps your image. You can remove the linebreaks between image and your text like this

    <img>
    Text here

    to this

    <img> Text here

    Or, add this CSS,

    @media ( min-width: 980px ) {
    .x-text p:first-child {
    margin: 0px !important;
    }
    }

    Hope this helps.

    #1116732
    Eric
    Participant

    The CSS worked! Thanks for all the help

    #1116760
    Nico
    Moderator

    Happy to hear that.

    Feel free to ask us again.

    Thanks.

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