Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1373874

    Hi team,

    I have an image embedded in a column. The image is scaled to 70%.

    The image is clickable, so that it opens at full-size in a lightbox.

    The problem I have is that the scaled image, in the column, is displayed in the center, vertically, of the column — I would like it to be nearer the top.

    I have tried setting the TOP padding to zero in the Layout Editor, also in additional CSS, but no success.

    Can you help?

    Link to page is below

    Thank you,

    Stephen.

    #1373967

    Hey Stephen,
    Thanks for the link to your page, try this css and adjust to suit:

    .avia-image-container .avia-image-container-inner {
        top: -60px;
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1373971

    Brilliant! It works. Thanks very much Mike. Appreciate it as always.

    Stephen.

    #1373975

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Scaled image positioning in a column element’ is closed to new replies.