Home Forums Themes Support Claue My phone claue version categories has issues

Viewing 3 reply threads
  • Author
    Posts
    • #25133

      Hi there

      Mobile version issue, How could i  move the categories to centre position. Currently (Men) at the left side. Pls help me with this issue

    • #25150

      Hi,

      Please add below code to Claue > Theme Option > General Layout > Custom CSS

      @media only screen and (max-width: 736px) {
      .shop-top-sidebar .product-categories {
      	margin-left: 0;
      	text-align: center;
      }}

      Regards

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

    • #25156

      Hi harry

      It doesnt solve the issue. My heading and categories dosent align together  at all now. pls help thanks

    • #25168

      Hi,

      Please change code to

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

      Kind regards

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

Viewing 3 reply threads

You must be logged in to reply to this topic.