Home › Forums › Basel support forum › SHOP PAGE LEFT COLUMN SHOP PAGE LEFT COLUMN This topic has 5 replies, 2 voices, and was last updated 4 years, 2 months ago by Elise Noromit. Viewing 6 posts - 1 through 6 (of 6 total) Author Posts September 9, 2020 at 3:03 pm #224947 MattiaGasParticipant Hello, Is possible to add a CSS and make left column (the one with model name) on shop page a bit narrow? Thanks, Mattia September 9, 2020 at 3:19 pm #224957 Elise NoromitMember Hello, You can configure the small size of the sidebar in the Theme Settings > Shop > Shop page layout. Set the small and then check, if you need even smaller, let me know I will provide custom CSS. Best Regards September 9, 2020 at 3:20 pm #224958 MattiaGasParticipant Hello, yes. I would like it smaller. Thanks, Mattia September 9, 2020 at 8:55 pm #225007 Elise NoromitMember Hello, Please add this code to the Theme Settings > Custom CSS > Desktop: @media (min-width: 768px){ body .sidebar-container.col-sm-2 { width: 13%; } body .shop-content-area.col-sm-10 { width: 86%; } } Best Regards September 10, 2020 at 9:33 am #225112 MattiaGasParticipant Hello, it seems not working properly. Column width remains the same, just the text moves inside the column, but space remains the same. I attached before and after adding custom CSS. Thanks, Mattia September 10, 2020 at 8:34 pm #225290 Elise NoromitMember Hello, Please replace the code with this one: @media (min-width: 768px){ body .sidebar-container.col-sm-2 { width: 10%; right:90%; } body .shop-content-area.col-sm-10 { width: 90%; left: 10%; } } Best Regards Author Posts Viewing 6 posts - 1 through 6 (of 6 total) You must be logged in to create new topics. Login / Register