1
1 Comment

Removing Empty Image Containers On Mobile

When viewing - https://accleadsdr.carrd.co/ on mobile, you will see that there are empty image containers that appear where the images appear on desktop.

Wanting these images on desktop and tablet, I selected visbility > normal in the element settings section and simply have a css rule of display: none; under style > mobile, which does successfully remove the images, but not the empty spaces which appear on mobile. I should add that swithing to visibility > desktop only doesnt solve the problem either.

How can I make those spaces disappear? I

See image attached

on December 5, 2022
  1. 1

    Tried checking your site but it's no longer online.

    Have you tried adding !important to the CSS? As in:

    display:none !important