Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter wp_sam

    (@wp_sam)

    Hey there,

    I am still waiting for the response on the above queries. If someone know how to remove the popup from the Mobile site version without removing from the Desktop site, Please help me as it is brainstorming & any help for this will be highly appreciated

    Thank you in advance!!!

    You might try a CSS media query that hides the popup for screens below a certain width. Something like:

    @media (max-width:500px) {
         div.visiblebox { display:none; }
    }

    (untested)

    Thanks dmaier! code worked perfect for the issue I had.

    Hello there @wp_sam,
    I see dmaier beat me to it and posted a proper solution for your issue.
    If this has been resolved please mark the topic accordingly.

    Thank you,
    Ari.

    Hey guys! Newbie question – where does that segment of css go? Does it go in the theme editor? If so, then where exactly?

    Mike

    (@michael-copestake)

    Hi @sylviaforcitycouncil

    You would put it in your theme’s style.css, which you should be able to edit that from the theme editor.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘[Plugin: WordPress PopUp] Remove Popup from the Mobile version of site’ is closed to new replies.