Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1243274
    hipbluesofa
    Participant

    Looked through forums and can’t find a solution that makes a change to my problem? I am stacking A LOT of elements and I have huge spaces between them. I have provided a screenshot for hopeful explanation.

    https://gmkr.io/s/581bf6d3e3d7e08a06c6ebf3/0

    Is there a global way to remove ALL space? Other than convenience is there any reason not to build the site with gaps for example to get the exact spacing you want?

    Site Url: http://newja.com.routing.yourhost.co/

    As always, thanks for your help!

    Anthony

    #1243371
    Friech
    Moderator

    Hi Anthony,

    Thank you for writing in! Add a line-height: 1; property on the text element, then add a class mbn to the <p> tag wrapping the phrase (It’s gossip. It’s juicy. Just read it)

    e.g.
    <p class="mbn">It’s gossip. It’s juicy. Just read it</p>

    Regarding the testimonials, you can add this under Custom > CSS in the Customizer.

    .mg-testimonials-item .content_bg p {
    	line-height: 1.4;
    }

    Feel free to adjust the value.

    Hope it helps, Cheers!

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