Home › Forums › Basel support forum › Shopping Cart – Pop Out Shopping Cart – Pop Out This topic has 1 reply, 2 voices, and was last updated 3 years, 8 months ago by Elise Noromit. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts March 18, 2021 at 12:31 pm #274588 gqjesusParticipant Hi, How do I make the pop out for the shopping cart wider? Attachments:You must be logged in to view attached files. March 18, 2021 at 5:02 pm #274636 Elise NoromitMember Hello, Please add this code to the Theme Settings > Custom CSS > Global: body .cart-widget-side, .login-form-side { width: 500px; transform: translate3d(500px,0,0); -webkit-transform: translate3d(500px,0,0); -ms-transform: translate3d(500px,0,0); -webkit-transition: transform .3s ease; transition: transform .3s ease; } Replace the 500 for the width you want Best Regards Author Posts Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to create new topics. Login / Register