Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #352819

    Hello

    There is an image file here that is a small logo, which is fine on a desktop but on mobile it is enormous – please advise. Thank you.

    http://beta.pci-group.com/apres-ski-2015/

    #353046

    Hi webWahine!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed

    @media only screen and (max-width: 480px) {
    .avia-caption-content img {
    max-width: 50%;
    }}

    Cheers!
    Yigit

    #353214

    I tried this and it didn’t work – even added in !important, sigh…

    #353285

    Hey!

    Please try adding width value as following as well

    @media only screen and (max-width: 480px) {
    .avia-caption-content img {
    max-width: 50% !important;
    width: 50% !important;
    }}

    and try adjusting the value. I cannot reproduce the issue when i resize the browser but can see it on my iphone

    Cheers!
    Yigit

    #353353

    Sadly, it’s still enormous.

    #354097

    Hi!

    Yigit’s code should work. Please clear browser cache and than reload your page again.

    Cheers!
    Andy

    #354846

    Yes, that worked – thanks! :)

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Image in caption over slider is enormous on mobile’ is closed to new replies.