• ImageGarry Rigby

    (@indigojones66)


    I cannot get rid of the white space under the image in image block; I have tried the following to no avail:

    .ticss-b4fdb9d3 img {
    line-height: 0;
    }
    .ticss-b4fdb9d3 img {
    vertical-align: bottom;
    }
    .ticss-b4fdb9d3 img {
    display: block;

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hey @indigojones66,

    The image has a margin-bottom property that’s the cause of the gap. The quickest way to remove it is from the site editor, and check for any margin styling applied to the image block. Also, you could use additional CSS to target the image. Below is the code to do that.

    figure.wp-block-image.size-large.ticss-b4fdb9d3 {
    margin-bottom: 0;
    }

    I see you are using Intuition Pro (premium theme). Kindly note that support for commercial products and services is outside the scope of these forums, and we cannot guarantee any further support, whether from volunteers or developers. I would recommend you reach out to your current Theme Support: https://cpothemes.com/support and I am sure they would be happy to help.

    Best of luck.

    Thread Starter ImageGarry Rigby

    (@indigojones66)

    thanks very much.

Viewing 2 replies - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.