Home Forums Themes Support Claue product category

Viewing 1 reply thread
  • Author
    Posts
    • #13973

      Hello friends. I need your help, again) When I browse the site on the phone, the line with the product categories is not displayed in the center, but it is on the side. Prompt as it is possible to level that categories were displayed on the center.

       

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

      Hi Alexey,

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

      @media only screen and (max-width: 736px) {
      .shop-top-sidebar .woocommerce {
      min-width: inherit;
      text-align: center;
      }

      .shop-top-sidebar .product-categories {
      margin-left: 0;
      }
      }

      Best regards

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

Viewing 1 reply thread

You must be logged in to reply to this topic.