Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1251918
    newskywebsites
    Participant

    Can you tell me how to add some padding around the text inside a recent post widget? I added a background color, and now the text is really tight. See here: http://835.05d.myftpupload.com/tree-care-blog/

    Updated version of everything. Using Renew child. Also see attached screenshot.

    Thanks!
    Dawn

    #1251997
    Rahul
    Moderator

    Hey There,

    Thanks for writing in!

    Please add this CSS at Appereance > Customizer > Custom > CSS :

    .widget ul li, .widget ol li {
      line-height:2;
    }

    Hope this helps, let us know how it goes!

    #1252256
    newskywebsites
    Participant

    I’m sorry, but that didn’t do it. I’m not looking for line height changes. I’d like more white space around the text on the left and right. See images I sent and I think you’ll be able to see the problem.

    I hope that helps.

    Thanks,
    Dawn

    #1252740
    Friech
    Moderator

    Hi Dawn,

    Add this custom CSS instead.

    .widget_recent_entries ul li, .widget_recent_entries ol li {
    	padding: 15px 25px;
    }

    Feel free to adjust those padding values.

    Hope it helps, Cheers!

    #1253305
    newskywebsites
    Participant

    PERFECT! Thanks!

    #1253385
    Rahul
    Moderator

    You’re most welcome!

    Let us know if we can help with anything else.

    Thank you.

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