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

    I’m wondering if I can make just one specific image smaller on a mobile device. On my website: http://www.lcanorthbay.com/ I need the second logo (operated by: with the blue heart) to be smaller on a mobile device because proportionally it’s taking up too much room on the small screen. Thanks so much!

    #403910

    Hey Sara!

    Try adding this code to the Quick CSS:

    @media only screen and (max-width: 767px) {
        #av_section_1 {
            min-height: initial;
        }
        #av_section_1 .avia_image {
            width: 220px;
        }
    }

    Cheers! 
    Josue

    #428712

    Sorry I never got back to you on this! I ended up adding 2 logos in the header but thank you for the code!

    #428715

    You are welcome, glad to help :)

    Regards,
    Josue

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