Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1063044
    lisacole1
    Participant

    Hi
    on http://www.exeterbabyactivities.co.uk/
    at the bottom, in the area with the brown background I have a recent posts widget.
    How can I make the padding better so the text doesn’t hit the sides?

    many thanks!

    #1063114
    Joao
    Moderator

    Hi There,

    I believe you would have the best results by removing the background color, please add the following code to Appereance Customizer Custom CSS

    
    .x-colophon .widget ul li {
    background-color: #433421;
    }
    

    Let us know if you need something else.

    Joao

    #1066358
    lisacole1
    Participant

    thanks, I want the whole footer area to have a background colour but I want that widget to have padding so the text is not up against the edge, is that not possible?

    #1066429
    Paul R
    Moderator

    Hi Lisa,

    To add padding, you can add this under Custom > CSS in the Customizer.

    
    .x-colophon.top .widget.widget_recent_entries ul li {
         padding:20px;
    }
    

    Hope that helps.

    #1066519
    lisacole1
    Participant

    perfect, huge thanks!

    #1066649
    Paul R
    Moderator

    You’re welcome! 🙂

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