3dpots 0 Posted December 13, 2018 (edited) 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. Edited December 13, 2018 by 3dpots Share this post Link to post
jacobweecesdev 221 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 Share this post Link to post
3dpots 0 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 Share this post Link to post
3dpots 0 Posted December 17, 2018 (edited) //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. Edited December 17, 2018 by 3dpots Initial Revision Share this post Link to post
overhauldesigns 0 Posted February 6 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! Share this post Link to post