• Resolved buzzzty

    (@buzzzty)


    Hi. I’m trying to use in “Ivory Search – Settings – Custom CSS”

    @media only screen and (min-width:1001px){
    <!– For desktop –>
    .main-navigation li.is-menu {
    float: right;
    }
    }

    @media only screen and (max-width:1000px){
    <!– For mobile –>
    <!– (coming soon) –>
    }

    but is not working, while using

    .main-navigation li.is-menu {
    float: right;
    }

    works fine.

    I can’t see the problem. Can you help me, please?
    Thanks in advance.
    Regards,
    B.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter buzzzty

    (@buzzzty)

    Sprry, my bad. The problem whas caused by the “<!– –>” marks…

    Plugin Author Vinod Dalvi

    (@vinod-dalvi)

    Awesome great to see you got that resolved.

    Please advise if you have more questions.

    Have a fantastic day!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘CSS not working’ is closed to new replies.