mallorycs Posted April 16, 2020 Share Posted April 16, 2020 Site URL: https://northbarcellars.squarespace.com/ I added padding around some text boxes, but I don't want this custom CSS to appear in the mobile view. How can I make it show for computer browser versions only? Link to comment
tuanphan Posted April 16, 2020 Share Posted April 16, 2020 If your site is SS 7.0 @media screen and (min-width:641px) { enter CSS here } If your site is SS 7.1 /* 992 for desktop or 768 for desktop and tablet */ @media screen and (min-width:992px) { enter CSS here } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.