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?
Hey DROR,
Add this to quick css:
@media only screen and (min-width: 767px) {
#order{
display:none!important;
}}
Best regards,
Jordan Shannon
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?
Hi,
Is this the only section on your site using the display rules?
Best regards,
Jordan Shannon