Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1352594

    On two pages I have inserted background images in the top Color Section. Other than not displaying them on mobile (Advanced > Responsive) is there any magic css that can fix the problem?

    Thanks for any help.

    #1352599

    Hi wildturkeyway,

    Can you try adding this CSS code in Enfold > General Styling > Quick CSS:

    @media only screen and (max-width:767px) {
      .home #av_section_1 {
        background-size: contain !important;
      }
    
      .home #av_section_1 .av-special-heading-tag {
        font-size: 48px !important;
      }
    }

    Hope it helps.

    Best regards,
    Nikko

    #1352795

    Thanks Nikko!

    One last question. Is it possible to move the sub-heading text down? On Mobil only? It’s overlapping the image and I KNOW that Google is goin to complain :-)

    #1352812

    Hi,

    Thanks for the update. Please try this CSS instead:

    @media only screen and (max-width:767px) {
      .home #av_section_1 {
        background-size: contain !important;
      }
    
      .home #av_section_1 .av-special-heading-tag {
        font-size: 48px !important;
        margin-bottom: 160px;
      }
    }

    Best regards,
    Rikard

    #1352817

    Yikes!

    I’ve purchased numerous Themes over the years but I’ve never experienced the exceptional support like I receive here.@ kriesi.

    Thanks Rikard,

    #1352843

    Hi wildturkeyway,

    It’s our pleasure helping you :)
    Thanks for using Enfold and I hope that you’ll have a great day!

    Best regards,
    Nikko

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Y/A Not responsive on Mobil’ is closed to new replies.