Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1313314
    leastweasel
    Participant

    Trying to eliminate the line spacing gap / padding when browser is resized and text wraps to two lines.
    The text in question is:
    <p class=”p-resp-main mbn” style=”color: #fff;”>A social loyalty platform and analytics API for brands.</p>
    site is http://sweet.io
    See attached images for wrapping behavior.

    This particular site is using the last pre-connerstone version of X

    #1313610
    Prasant Rai
    Moderator

    Hello There,

    Thanks for writing in!

    One of your screenshot was not added. Please try adding this under Custom > CSS in the Customizer:

    @media only screen and (max-width: 900px) {p.p-resp-main.mbn {
        line-height: 1;
    }}

    Let us know how it goes.

    Thanks.

    #1314183
    leastweasel
    Participant

    exactly what I was looking for. worked great thank you!

    #1314255
    Thai
    Moderator

    You’re most welcome 🙂

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