Home Forums Themes Support Claue woozone product import , thumbnail size

Viewing 9 reply threads
  • Author
    Posts
    • #5590

      Hi ,

      I have literally just started to design a website using this theme. I have installed Woozone (Wzone) as it said it was compatible, if you look at my home page, scroll down, the thumbnails are all different sizes. I do not download the images but use the remote images from Amazon server, so regen thumbnails does not work. I would really like to make sure all of my thumbnails are the same size, so as everything looks uniform. Please can you help?

       

      Many Thanks

      Nath

    • #5593

      Hi,

      Thank you for purchase.

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

      .product-image {
      height: 150px;
      overflow: hidden;
      }

      Best regards

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

    • #5596

      hi harry thanks, that has kind of worked. My next issue is when viewed on mobile I get a massive header when viewed on mobile, i cannot see any options to change mobile … any ideas?

      Cheers
      Nath

    • #5599

      Hi,

      You can add custom css

      @media only screen and (max-width: 800px) {

      .retina-logo { max-height: 150px; width: auto;}

      }

      Best regards

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

    • #5601
      This reply has been marked as private.
    • #5603

      You mean the image thumb on mobile? It because you fix size of image on desktop.

      You can add custom css to fix thumb on mobile

      @media only screen and (max-width: 414px) {
      .product-image {
      height: 150px;
      }
      }

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

    • #5605
      This reply has been marked as private.
    • #5606

      You mean hidden header on mobile and only display an icon where you can click to display the sidebar? It’s easy, we can help you.

      Please tell us detail of your issue? We still don’t clear your issue.

      If you still don’t want use our theme pls submit a refund request

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

    • #5607
      This reply has been marked as private.
    • #5608

      You’re welcome.

      Hope you can use our theme for another project in future.

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

Viewing 9 reply threads

You must be logged in to reply to this topic.