• Hi,
    I’m currently using Portrait image for my blog, is there a way for me to make the image look smaller?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Can you post a link so I can see how your blog it setup?

    Thanks!,
    Kevin

    You can add this in your appearance > theme options > advnaced settings:

    @media (min-width: 992px){
        .postlist article > .row > .col-md-5 {
            width: 30%;
        }
        .postlist article > .row > .col-md-7 {
            width: 70%;
        }
    }

    Kadence Themes

    Thread Starter Eve

    (@etransac)

    Thanks, works Great! btw is there a way to make it look the same if using a mobile phone?

    .postlist article > .row > .col-md-5 {
            width: 30%;
        }
        .postlist article > .row > .col-md-7 {
            width: 70%;
        }

    Switch that that ^

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Blog Post Setting’ is closed to new replies.