• Resolved puma33

    (@puma33)


    Hey there,
    I use hestia as theme and there is only one problem left with it. All the pictures are getting croped on the image sides(width) when the screen size gets smaller(like on a cellphone) and I absolutely don’t know why. Unfortunately without that solution I can’t really use the theme in a professional way.
    I use the newest version of Hestia and php.
    Could anyone help me please?

    Best regards

    • This topic was modified 6 years ago by puma33.

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

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

    A workaround can be to create the same image in photoshop in smaller version for mobile and upload to your site and let me know so I can help you replacing the image on mobile. Thank you!

    Thread Starter puma33

    (@puma33)

    Thanks mate I found a solution in css
    @media (max-width: 480px) {
    .header-filter {
    background-size: contain;
    background-repeat: no-repeat;
    } and some header modifications.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Hestia: Image gets croped on mobile phone’ is closed to new replies.