Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1222864
    ahurlburt53
    Participant

    I would like to reduce the spacing between titles and the bullet list

    screen share
    http://i.imgur.com/wx8Wobo.png

    http://i.imgur.com/KBKBlZY.png

    website
    http://647.aaf.myftpupload.com/

    #1223006
    Friech
    Moderator

    Hi There,

    Thanks for writing in! Did you hardcode the title? Please apply a class mbs or mbn on it.

    e.g.
    <p class="mbs"><strong class=""><u>Pros</u></strong></p>

    Hope it helps, Cheers!

    #1223596
    ahurlburt53
    Participant

    There are over 45 pages on this website with multiple titles for each page. Is there an easier way to fix this?

    #1223650
    Rue Nel
    Moderator

    Hello There,

    Thank you for your clarifications! To reduce the spacing in the list items, please add the following css code in the customizer, Appearance > Customize > Custom > CSS

    .entry-content ul {
        margin-bottom: 10px;
    }
    
    .entry-content ul li {
        padding-bottom: 0;
    }

    Hope this helps. Kindly let us know.

    #1223686
    ahurlburt53
    Participant

    it looks like this code reduces space after the ending of a bullet list. I need to reduce the space above the bullet list
    http://i.imgur.com/Apz5dmx.png

    #1223695
    ahurlburt53
    Participant

    I found this css. Will this work

    p {
    margin: 0 0 0.5em;
    }

    #1223814
    Paul R
    Moderator

    Hi,

    Yes, that should work.

    Thanks

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