• Resolved crossett

    (@crossett)


    Hi there,

    I want to hide the pop up from the home screen when opened on mobile devices, I’ve added the CSS code below but it doesn’t seem to have worked? Have I made a mistake with it?

    @media only screen and (max-width: 600px) {
    .popupId {
    display: none;
    }
    }

    Any help would be greatly appreciated.

    Kind regards,

    Scott

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Sygoos Support Team

    (@sygnoossupportteam)

    Hi @crossett

    Thank you for contacting us.
    The selector needs to be this:
    .sgpb-content-popupId

    Please try that and let us know.

    Sygoos Support Team

    (@sygnoossupportteam)

    Hey @crossett

    We were wondering whether you saw our last message.
    Please let us know if there is anything we can help you in a new thread, I will mark this one as resolved.

    Best,
    Popup Builder Team

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

The topic ‘CSS to hide mobile display’ is closed to new replies.