Home Forums Themes Support Claue Product thumbnail in cart

Topic Resolution: Resolved
Viewing 5 reply threads
  • Author
    Posts
    • #19973

      Hi Harry,

      By default the width of items in the cart page ( look.ir/cart ) are too much. ( 100% )

      I would like to reduce it till 50% max width.
      How can I do that to not affect my logo or the items in mini cart? Watch this.

      If you consider yourself maybe you would like to make it default.
      Because when the user adds more items he will need to scroll too much.

      Rahim Vaziri
      CEO & Founder at Look.ir

    • #19995

      Hi Rahim,

      Please add below code

      .shop_table .product-thumbnail img {
      	max-width: 100px;
      }

      Best regards

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

    • #20016

      Thank you so much Harry.

      The size is great now.
      But now I need to put the thumbnail in the center of that space.
      Look Here

      And Also centering align the ” Product ” title. Look Here

      Rahim Vaziri
      CEO & Founder at Look.ir

    • #20017

      Like This

      Rahim Vaziri
      CEO & Founder at Look.ir

    • #20040

      Hi Rahim,

      Please add below code

      .shop_table .product-thumbnail,
      .shop_table .product-name {
          text-align: center;
      }

      Best regards

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

    • #20042

      Great Harry.

      It’s resolved now. 🙂

      Rahim Vaziri
      CEO & Founder at Look.ir

Viewing 5 reply threads

You must be logged in to reply to this topic.