Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1336913
    Loren N
    Participant

    Hi,
    I have created a feature list and since I only want a single line showing, have used the display:none; to hide the title text. All good.

    The remaining list items are really spaced out. I’ve searched the forum but can’t find anything that works to compress the space. It can be seen on this page – it’s the first list at the top.
    http://startingconversations.co.uk/about/

    Can you help?

    #1336929
    Prasant Rai
    Moderator

    Hello Loren,

    Thanks for writing in!

    You can add this under Custom > CSS in the Customizer:

    .x-feature-box-graphic-outer.circle {
        margin-right: 0 !important;
    }

    Thanks.

    #1338268
    Loren N
    Participant

    Actually, that’s not what I meant. It’s the spacing vertically that I need to reduce.

    #1338433
    Rahul
    Moderator

    Hey There,

    Thanks for writing in!

    You can add this under Custom > CSS in the Customizer :

    .x-feature-list .x-feature-box.top-text > div {
      padding: 0; 
    }

    Hope this helps, let us know how it goes!

    #1338590
    Loren N
    Participant

    Yay! That did it. Thanks.

    #1338628
    Prasant Rai
    Moderator

    You are most welcome. 🙂

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