3dpots Posted December 13, 2018 Share Posted December 13, 2018 Can't seem to remove the sidebar on the cart. Five template. Also, you can't seem to edit anything in the cart unless its css. https://prnt.sc/lum6x0 There is no page settings for the cart so helping with this would be greatly appreciated. Link to comment
jacobweecesdev Posted December 13, 2018 Share Posted December 13, 2018 Hey 3dpots! This is something accomplished by CSS, though I can't help much in this case without a link to your site. Could you drop a link for me to check it out? Thanks! Jacob Weeces Weeces Web Development Link to comment
3dpots Posted December 14, 2018 Author Share Posted December 14, 2018 https://3dpotter.com/cart Link to comment
3dpots Posted December 17, 2018 Author Share Posted December 17, 2018 I found out that the cart css is just #cart, go figure. //Remove sidebar from cart cart{ #sidebar-one {display: none;}} Now all I need is the padding to be fixed, as removing the sidebar keeps showing its old location. I need to center the cart items by either removing the sidebar padding or add padding the the item area on the left. https://prnt.sc/lw4bqj Link to comment
3dpots Posted December 17, 2018 Author Share Posted December 17, 2018 //Remove sidebar from cart #cart{ #sidebar-one {display: none;} #page-body {padding: 0px 0px 0px 180px;} } Think I solved it. My sidebar is 180px so this should work. Link to comment
overhauldesigns Posted February 6, 2019 Share Posted February 6, 2019 First, I want to say a big ol' THANK YOU for figuring out a workaround for this issue. The only help Squarespace provided was sending me the link to your answer above! This code successfully removed the sidebar containing template verbiage that was not able to be edited any other way. As a domino effect, it impacted the formatting/alignment of the shopping cart product items (I've attached a picture so you can see what I mean). I'm curious if you faced the same domino effect and if so, how you resolved it. I have ZERO coding experience so your expertise is greatly appreciated! Thanks again! Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.