Home Forums Themes Support Claue YITH Ajax Product Filter Checkbox issue

Topic Resolution: Resolved
Viewing 6 reply threads
  • Author
    Posts
    • #6452

      Dear Team,

      We have added YITH Ajax Product Filter Premium.

      When we select it as Checkbox it conflicts with your css and all checkbox line up side by side.

      Can u suggest a css change?

      Any resolution to this? Kindly see the screenshot attached

      http://eindiaartfestival.com/wp-admin/

      Thanks

      Kalpesh Ruparel

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

      Hi,

      You can add custom css in Claue > Theme Option > General Layout > Custom CSS

      .yith-wcan-list li {
      float: none;
      }
      .yith-wcan-list li a {
      border: none;
      border-radius: 0;
      box-shadow: none;
      display: inline-block;
      font-size: 11px;
      height: inherit;
      line-height: inherit;
      margin: inherit;
      text-align: center;
      width: inherit;
      }

      Best regards

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    • #6455
      This reply has been marked as private.
    • #6468

      Hi,

      To make filter have close button on mobile we recommend you move filter widgets to “WooCommerce Filter Sidebar”

      Best regards

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    • #6471
      This reply has been marked as private.
    • #6474

      Hi,

      It because css of woo-brand plugin override our css.

      You can add custom css in Theme Option

      @media only screen and (max-width: 736px) {
      .filter-sidebar h3 {display: block !important;}
      }

      Best regards

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    • #6479
      This reply has been marked as private.
Viewing 6 reply threads

You must be logged in to reply to this topic.