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

    Hi,
    I’ve been going back and forth with your support about this for 4 days now and it’s a bit frustrating. I uploaded an image on my header, NOT THE LOGO. The image size does not adjust on mobile device. You’ve given me 2 custom codes to add that should fix the problem, none of them fixed the problem. Can you help me fix the problem today for good without having to wait days?

    Thank you

    #444137

    Hey webblove!

    Please try the following in Quick CSS:

    @media only screen and (max-width: 767px) {
    li.av-single-slide.slide-1.active-slide {
      background-size: contain;
      background-repeat: no-repeat;
    }
    }

    Best regards,
    Rikard

    #444897

    Thank you the code you provided works but how do I get rid of the extra white space between the header and the portfolio section?

    #444946

    Hi!

    Please add following code to Quick CSS as well

    @media only screen and (max-width: 480px) {
    #fullscreen_slider_0 {
      height: 250px;
    }}

    Cheers!
    Yigit

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