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
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
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
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
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