Tagged: ,

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

    Hi Team,

    I have another question regarding my site,

    It has to did with hiding a background image when on mobile;
    I tried this code but it isn’t working

    @media only screen and (max-width: 480px) {
    .home div#av_section_1 { background: none !important; }}

    • This topic was modified 6 years, 11 months ago by jolian123.
    #787600

    Hey jolian123,

    Please try the following instead:

    @media only screen and (max-width: 480px) {
    .home #av_section_1 {
        background-image: none !important;
    }
    }

    Best regards,
    Rikard

    #787858

    Hi Rikard,

    Nothing has changed

    View post on imgur.com

    #787862

    Hi,

    Code is currently not being applied. Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    Login credentials include:

    • The URL to the login screen.
    • A valid username (with full administration capabilities).
    • As well as a password for that username.
    • permission to deactivate plugins if necessary.

    Best regards,
    Yigit

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