Still a problem with the space between columns

Hi,
I have still a problem with the space between columns. I don’t know why it doesn’t work here even if it did on other pages :slight_smile:
Thank you!
Nimue

https://nimuefichtenbauer.com/smashing/

Hi Nimue,

Thanks for writing in!

If you are talking about the space between the columns

This is not due to the columns but its due to the image which is less width.
Please add 100% width to the image so that it will avoid the spacing.

Make sure you add it in the style section if you are using classic image element.

Thanks

Hi,
I replaced the classic image with the new image now. So where can I then change the size?
Nimue

Hi There,

Please add the x-image-100 to your images:

After that add this custom CSS:

.x-image-100,
.x-image-100 img {
    width: 100%;
}

Hope it helps :slight_smile:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.