Home Forums WoodMart support forum how to change the width of the side menu with filters

how to change the width of the side menu with filters

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #518427

    sales.gvesi
    Participant

    how to change the width of the side menu with filters

    Attachments:
    You must be logged in to view attached files.
    #518588

    Luke Nielsen
    Keymaster

    Hello,

    Please navigate to Theme Settings -> Product archive -> Sidebar and set the “Small” value of the “Sidebar size” option: https://take.ms/7hLXe

    Kind Regards

    #518637

    sales.gvesi
    Participant

    А есть ли ручные настройки либо же код css?

    #518648

    Luke Nielsen
    Keymaster

    Hello,

    Manually you can change only in case if you use Layouts (Dashbaord -> Layouts) builder: https://take.ms/SLVqW

    For the default Shop template from WooCommerce, you can try to use the below code:

    .woocommerce-shop .sidebar-container  {
        flex: 0 0 20%;
        max-width: 20%;
    }
    
    .woocommerce-shop .shop-content-area {
        flex: 0 0 80%;
        max-width: 80%;
    }

    Paste it into the “Desktop CSS” area in Theme Settings -> Custom CSS.

    Kind Regards

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