Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #350511

    Please, how do I reduce the following:
    1. The spacing between widgets in a sidebar
    2. the spacing between blog posts

    Thank you

    #350831

    Hi emin!

    Try adding this to your custom CSS.

    .template-blog .post_delimiter {
        margin: 0 0 10px !important;
        padding: 10px 0 0 !important;
    }
    .widget { padding-bottom: 0px !important; }
    

    Best regards,
    Elliott

    #350934
    This reply has been marked as private.
    #351300

    Hey!

    Please add following code to Quick CSS as well

    .widgettitle { text-transform: capitalize; }
    #socket .container { padding-top: 0; padding-bottom: 0; }

    Cheers!
    Yigit

    #351323

    Thank you, Yigit.
    It is working perfectly now

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘spacing b/w sidebar widgets and blog posts’ is closed to new replies.