• Resolved mpgvdlinden

    (@mpgvdlinden)


    Hi!

    I have a question about the featured pictures/photo’s above the blogposts. Is it possible to reduce them in size? Thanks!

    Marloes

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • corewpress

    (@corewpress)

    Hi Marloes,

    Hope you are having a great day and thanks for contacting us!

    Do you need to reduce the image itself, or the slider area? Could you clarify so I can check it in detail?

    Thanks
    Kind regards,
    Diego

    Thread Starter mpgvdlinden

    (@mpgvdlinden)

    Hi Diego,

    I do, hope you have a good day as well?
    I meant the slider area, so not the image itself (I know how that works :)).

    Thanks,
    Marloes

    corewpress

    (@corewpress)

    Hi Marloes,

    Perfect then!
    Please go to WP Admin > Appearance > Customize > Additional CSS and inside that box, add the following code:

    .frontpage-banner .banner {
        padding-top: 20%;
    }

    ?Try it and let me know how it worked.
    Kind regards,
    Diego

    Thread Starter mpgvdlinden

    (@mpgvdlinden)

    Hi Diego,

    Sorry, I already used that code. I meant the photo above a blogpost, so not the frontpage. If you want to take a look at this post: https://vanmarloes.com/2018/03/02/eiwitrijke-bloemkoolpap/, you will see the picture is pretty big. On mobile and tablet it’s fine, but on a computer, it is not so nice I think.

    Hope to hear from you. Thanks again,
    Marloes

    corewpress

    (@corewpress)

    Oh! Sorry for the confusion. Try this instead:

    img.img-responsive.wp-post-image {
        width: 50%;
        margin: 0 auto;
    }

    Please, let me know if you need any further assistance.
    Kind regards,
    Diego

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Reduce size photo blogpost’ is closed to new replies.