Archived topic
Remove whitespace below image
3 replies · Started by Tobias on February 18, 2021
Hi,
I would like to remove whitespace below one specific photo.
Photo 1: https://ibb.co/CsvFzxn
Photo 2: https://ibb.co/txgmnd2
I want the image to "go over" the next element, like you see in photo 2. Photo 1 is what it currently looks like.
Do you know how to do this?
Thanks in advance.
Best regards,
Tobias Hyldeborg
Hi Tobias,
Any chance you can link us to the page in question?
You can use the private information field.
Let me know :)
Hi Ying,
Site URL is now posted in private information field.
Try this CSS:
.home .wp-block-image figure {
line-height: 0;
}