Viewing 3 replies - 1 through 3 (of 3 total)
  • hannah

    (@hannahritner)

    Hi,
    1. Add this to your custom css box in Theme Options > Advanced Settings:

    .home-padding, .sliderclass {
        padding: 0;
    }
    .hometitle {
        margin: 15px;
    }

    2.

    @media (min-width: 992px) {
    .archive .img-margin-center img {
        max-height: 250px;
        max-width: 250px;
    }
    .col-md-5.post-image-container {
        width: 30%;
    }
    .col-md-7.post-text-container.postcontent {
        width: 70%;
    }
    }

    Hope that’s helpful!

    Hannah

    Thread Starter Moeke

    (@kipje)

    Hi Hannah,
    Thank you very much for the codes, both work perfect on my blog, I’m so happy!
    Have a very nice day!

    hannah

    (@hannahritner)

    Glad to hear it:)

    Hannah

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘reduce imagse size & reduce space’ is closed to new replies.