Home › Forums › Themes Support › Claue › woozone product import , thumbnail size
- This topic has 9 replies, 2 voices, and was last updated 7 years, 11 months ago by
Harry.
-
AuthorPosts
-
-
June 19, 2017 at 11:14 pm #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
-
June 19, 2017 at 11:30 pm #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 -
June 19, 2017 at 11:50 pm #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 -
June 19, 2017 at 11:55 pm #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 -
June 20, 2017 at 12:03 am #5601This reply has been marked as private.
-
June 20, 2017 at 12:07 am #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 -
June 20, 2017 at 12:12 am #5605This reply has been marked as private.
-
June 20, 2017 at 12:18 am #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 -
June 20, 2017 at 12:22 am #5607This reply has been marked as private.
-
June 20, 2017 at 12:27 am #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
-
-
AuthorPosts
You must be logged in to reply to this topic.