Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1325797
    OCcreates
    Participant

    Hello,

    I have a page built for a client that has many lists. I see a ton of help topics on adjusting spacing between list items, but can’t find anything to adjust the space above the list. When I use just regular paragraph text, the spacing is fine, but when I start a list, it seems to add a large margin or padding before the list.

    Please see http://keith4mayor.com/keith-on-the-issues/economic-development/ or the attached photo for an example. There is a huge amount of space above the list under “The Issues.” I’d like the amount of space to be closer to the what’s in “My Solution.”

    Let me know if you need a login.

    Thanks!

    #1325911
    Thai
    Moderator

    Hi There,

    Try adding the following CSS under Customizer > Custom > Global CSS:

    p:empty {
        display: none;
    }
    .page-id-229 .h-feature-headline {
        margin-bottom: 10px;
    }

    Hope it helps 🙂

    #1325923
    OCcreates
    Participant

    Awesome, thank you!

    #1325974
    Prasant Rai
    Moderator

    You are most welcome. 🙂

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