Home Forums Basel support forum Sidebar size

Sidebar size

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #10810

    mihudesign
    Participant

    Hi,

    I’d like to make my product sidebar smaller (smaller than the size options in the theme settings). What CSS code do I need to do this?

    Thanks,
    Michael

    #10814

    Artem Temos
    Keymaster

    Hello,

    Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.

    .sidebar-container {
    	width:10%;
      	right:90%;
    }
    
    .product-design-compact .product-image-summary {
    	width:90%!important;
      	left:10%;
    }

    Regards

Viewing 2 posts - 1 through 2 (of 2 total)