Ronia Posted November 27, 2019 Share Posted November 27, 2019 SITEchicagochamberchoir.org ISSUE Is specifically related to our ticketing page: chicagochamberchoir.org/single-tickets. On mobile, after adding the first item(s) to the cart, the user cannot add anything else. This issue occurs only on mobile; everything works perfectly on desktop. CUSTOM CSS I have custom code to make the shopping cart icon operate the way I'd like. I think that's what's causing the issue. Can anyone see where I've gone wrong?: --- header{position:fixed!important;z-index:9999;width:100%;-webkit-box-shadow:0px 3px 15px rgba(100,100,100,.49);-moz-box-shadow:0px 3px 15px rgba(100,100,100,.49);box-shadow:0px 3px 15px rgba(100,100,100,.49)} /* Cart */ .Cart { transition: 0.35s; } .sqs-pill-shopping-cart { display: inline !important; opacity: 0.95 !important; position: fixed; top: 110px; right: 20px; } --- Link to comment
paul2009 Posted November 27, 2019 Share Posted November 27, 2019 The cart pill that normally takes up very little space in the lower corner, now fills the page, covering the entirety of the screen, preventing anyone from reaching any of the controls or buttons. It's because of a combination of the CSS you've added and the CSS that is built into the Commerce styles. About: SQSP User for 17 yrs. Circle Leader since 2017. I value honesty, transparency, diversity and good design ♥. Work: Founder of SF Digital, building Squarespace Extensions to supercharge your commerce website. Content: Links in my posts may refer to SF Digital products or may be affiliate links. If my advice helped, you can thank me by clicking one of the feedback emojis below. I love coffee too. Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.