Home Forums WoodMart support forum Sidebar size

Sidebar size

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #307597

    myartmarket
    Participant

    Hello
    In theme options are sidebar sizes
    small
    medium
    large
    Small is too small for my design and medium is also too large and I want to set sidebar custom size, how to set sidebar size?

    What About WC Marketplace plugin? is woodmart fully compatible with this plugin?

    Best Regards

    #307605

    Hello,

    Thank you very much for choosing our theme and for contacting us.

    The width of the sidebar is not editable, unfortunately. You can consider the configuration of the hidden sidebar the would sho on icon click.

    You can configure the sticky off-canvas sidebar in the Theme settings > Product Archives > Sidebars

    If you have any questions please feel free to contact us.

    Best Regards

    #307764

    P.S.

    WC Marketplace plugin is compatible with WoodMart theme you can use it.

    If you have any questions please feel free to contact us.

    Best Regards

    #307842

    Hello,

    I have double-checked with our development team we can provide custom CSS to change the sidebar size. If you are still interested, please provide a page URL and specify the size you want.

    Best Regards

    #307864

    myartmarket
    Participant

    Awesome Support!!!! 10x very much

    https://artocean.ca/shop/

    exactly size I don’t know but between SMALL and MEDIUM, let set 250px and I will correct by design

    Best Regards

    #307895

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    @media (min-width: 1025px){
        body.woocommerce-shop .col-lg-2.sidebar-container {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    body.woocommerce-shop .col-lg-10.site-content  {
        -ms-flex: 0 0 73.5%;
        flex: 0 0 73.5%;
        max-width: 73.5%;
    }
    }

    Best Regards

    #307923

    myartmarket
    Participant

    Thank you very much !!! everything is ok now…

    I want to remove this bottom button on mobile and tablet because there are 2 buttons and they are the same

    If turn off Theme Settings>Product Archive>Shop Filters = OFF then it looks like this: https://prnt.sc/1dy1g8d

    If turn off Theme Settings>Product Archive>Shop Filters = ON then it looks like this:
    https://prnt.sc/1dy1sns

    I want the bottom button as in the green box, the plugin for the filter is: https://codecanyon.net/item/pwf-woocommerce-product-filters/28181010

    Best regards

    #308047

    Hello,

    The bottom filter is the part of the plugin and we cannot disable it from our site, please contact the plugin support.

    Best Regards

    #308117

    myartmarket
    Participant

    Thank you very much

    #308162

    You are welcome! We are here to help.

    Wish you a wonderful day!

Tagged: 

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