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

    Hi, on the page added I have a pricing box in a color section set to show only on mobile but it shows on desktop. Seems like the display rules are not working.

    How can I fx this?

    #1249242

    Hey DROR,

    Add this to quick css:

    @media only screen and (min-width: 767px) {
    #order{
    display:none!important;
    }}

    Best regards,
    Jordan Shannon

    #1249282

    Thanks but this is a more general problem as the display settings are not working… is there a way to check and fix the issue in general?

    #1249547

    Hi,

    Is this the only section on your site using the display rules?

    Best regards,
    Jordan Shannon

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