Home Forums Themes Support Claue Sidebar

Topic Resolution: Resolved
Viewing 2 reply threads
  • Author
    Posts
    • #16476

      Hello,

      After the theme update, the widget “look for”, in the woocommerce sidebar, does not look good. (Attached image). Can you help me?

      Thank you!

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

      Hi,

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

      .widget .search-form label,
      .widget .woocommerce-product-search .search-field {
      	margin-left: 0;
      }

      Best regards

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

      • #16504

        Thank you Harry!

        • #17226

          Hello,

          Again it turns to look bad the widget “look for”. I added the code when you said but now it turns to look bad.

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

      Hi,

      Please change prev code to

      .widget .woocommerce-product-search label, .widget .woocommerce-product-search .search-field {
      	width: calc(100% - 120px);
      margin-left: 0;
      }
      
      .widget .woocommerce-product-search button { background: #222; color: #fff;}

      Best regards

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

Viewing 2 reply threads

You must be logged in to reply to this topic.