Site logo

Archived topic

Remove white space between images

5 replies · Started by Sahroni on August 23, 2021

Viewing posts 1–6 of 6

Hi, I made single page contains only images.
There is white space between (before/after or below) images although I set content container to full width.
Any solutions/methode to remove it?
This is white spaceis I want to remove:

Hi there,

Did you attach an image after This is white spaceis I want to remove:? I'm not seeing one.

Can you link us to the site/page in question? So we can inspect the page and check what's causing the white space. :D

You can use the private information text field to provide the site details. Let us know. :D

Okay. I'm inserting link of page on my site below

Hi there,

add this CSS to your site:

.wp-block-image img {
    vertical-align: bottom;
}

Great. It works..

Thank'ya Elvin & David for the support..

Glad we could be of help

This archived topic is closed to new replies.