Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter morts81

    (@morts81)

    Image upload doesn’t seem to have worked. Here is the dropbox link:

    https://www.dropbox.com/s/hl98oeqgh6zwwpu/Screen%20Shot%202017-02-21%20at%209.07.28%20am.png?dl=0

    AddWeb Solution

    (@addweb-solution-pvt-ltd)

    Hello morts81,

    => Put below css code into Additional CSS textarea (Dashboard >> Apperance >> Customize) then click on Save & Publish button.
    => If there is no Additional CSS option then put below css code into your current theme’s style.css file located at wp-content/themes/your_current_active_theme/ folder.


    body.home .posts .post{
    padding-bottom: 5px;
    }
    body.home .column{
    margin-top: 20px
    }
    body.home .column h2{
    margin-top: -25px;
    }
    @media only screen and (max-width:480px){
    body.home .column h2 {
    margin-top: 0px;
    }
    body.home .column h2 {
    margin-top: -45px;
    }
    }

    Note : All Changes you done in style.css or other file are gone when you update theme. So prefer Child Theme

    Hope this will helps you.

    Thread Starter morts81

    (@morts81)

    Excellent, thankyou

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Reduce Spacing between Blog Posts’ is closed to new replies.