Site logo

[Resolved] Off canvas panel and WooCommerce widgets

Home Forums Support [Resolved] Off canvas panel and WooCommerce widgets

Home Forums Support Off canvas panel and WooCommerce widgets

  • This topic has 7 replies, 2 voices, and was last updated 3 years ago by David.
Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #2562920
    Stephan

    Hey,

    I am using the “niche” theme and in the off canvas panel I replaced the old WooCommerce price sorting widget by the newer one. But his behaves strangely: when touched it expands in width. I tried to make the off canvas wider like here, but the behavior stays. Any way to just make it fix using the current max width? In addition: would it be possible to show the prices above the slider and not under it?

    I also use the sort by attribute widget. Is it somehow possible to only show those attributes, that are relevant for the products on the current site? I know that is more a WooCommerce thing, maybe you know some good plugin for this?

    Thanks a lot!

    #2563248
    David
    Staff
    Customer Support

    Hi there,

    can i see your site where the issue with the widget can be seen ?

    #2563411
    Stephan

    Sure, I sent you the link.

    #2563892
    David
    Staff
    Customer Support

    Try adding this CSS:

    #generate-slideout-menu aside {
        width: 100%;
        max-width: 100%;
        margin: 0;
    }
    #2563916
    Stephan

    That worked perfectly, thank you!

    Is it possible to show the price above the slider?

    #2563991
    David
    Staff
    Customer Support

    Try this:

    .slideout-widget .wc-block-price-filter {
        display: flex;
        flex-direction: column;
    }
    .slideout-widget .wc-block-price-filter > div {
            margin: 15px 0;
    }
    .slideout-widget  .wc-block-price-filter__range-text {
        order: -1;
    }
    #2564147
    Stephan

    Thank you David. Much appreciated!

    #2564658
    David
    Staff
    Customer Support

    You’re welcome

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.