• Resolved wallare

    (@wallare)


    Hello,

    As seen the images align weirdly within their boxes (see hover overlay). Any idea of how I can fix this?
    Looks good in preview but not live.

    Gallery width 100%

    Thanks in advance,
    Johannes

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi Johannes,

    seems a CSS issue, you should be able to fix it by adding this rule inside the Custom CSS box in Appearance > Customize > Additional CSS:

    .photoblocks-gallery .pb-block.pb-portrait .pb-image {
        width: auto !important;
        height: 100% !important;
    }
    Thread Starter wallare

    (@wallare)

    That seems to have solved it, thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Images displays in different sizes’ is closed to new replies.