[Resolved] Hide on Mobile Version

  • Author
    Posts
  • #8604

    Andrew Misplon
    Keymaster

    Hi Amy

    For anything that you can add a class to like a Page Builder row or widget you can do the following…

    1. Add the following to the class field offered by the row or widget:

    mobile-hide

    2. Add to Custom CSS:

    @media (max-width: 780px) {
    	.mobile-hide {
    		display: none;	
    	}	
    }
    #8606

    Amy Overton
    Participant

    Thank you so much! You are wonderful!

    #8608

    Andrew Misplon
    Keymaster

    Super 🙂 Glad that helped.

Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.

Scroll to top