Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1268282

    In the screenshot I attached, you can see that the circles are not aligned to the bottom of the column. Is there any way I can make those circles flush to the bottom of that section?
    wholebook

    Live site

    #1268754

    Hey navindesigns,

    Please try the following in Quick CSS under Enfold->General Styling:

    .avia-image-container.amazon img {
        padding-top: 69px;
    }

    Best regards,
    Rikard

    #1268822

    Thanks. Is there any way for the image to cover the entire height of the section so there is no space at the top of bottom?

    #1268957

    Hi navindesigns,

    We have added this code in your Quick CSS:

    .avia-image-container.amazon {
        display: flex;
        align-items: flex-end;
    }

    Please review your site :)

    Best regards,
    Nikko

    #1269056

    Thanks but I am still seeing some extra space at the bottom of the image

    #1269071

    Hi navindesigns,

    I have replaced it with this code:

    .avia-image-container.amazon {
        position: absolute;
        bottom: 0;
    }

    Let us know if you need further assistance.

    Best regards,
    Nikko

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.