This topic has 9 replies, 2 voices, and was last updated 6 years, 5 months ago ago by Rose Tyler
Hi,
I hope you can help. The buttons on the Products overview pages are showing as not wide enough.
https://werone.co/eng/shop/page/2
When I adjust this in the Code Inspect of Chrome browser and add width of 70% it corrects itself. So I add this width to Dynamic.css and style.css and no effect at all, still the box is too small.
Also, it would be nice if the rollover on these buttons changed
Any ideas?
Best regards
Ky
… changed to white text in black box, rather than the teal, but without upsetting the rest of the theme use of teal text everywhere else
Thanks
Hello,
Please describe in details the desired result with screenshots.
What exactly code did you try to use? Have you deleted this custom css code?
Regards
Hi Rose, here’s the code I used in woopress/style.css but have not removed them yet.
line 594
.btn,
.button,
.wishlist_table .add_to_cart.button,
.wpcf7-submit {
[THIS ONE] width: 70%;
and
woopress/dynamic.css
.btn, .button, .wishlist_table .add_to_cart.button, .wpcf7-submit {
border-color: #028389 !important;
color: #000;
text-transform: uppercase;
border-width: 2px;
font-weight: 500;
border-radius: 0;
[THIS ONE] width: 70%;
This is what is happening and what I would like to see:
Many thanks
ky
Hello,
Thanks for screenshots.
Here are screenshots of your site – http://prntscr.com/jusv39 http://prntscr.com/jusv5v Is your problem solved? If you get another displaying result, try to clear cache and check one more time.
Regards
Thanks Rose, I cleared the cache and the width has corrected of the boxes, did you do anything?
Also, please can you see what may be wrong with the main image size on products, it seems to be very small and not showing correctly : again I am viewing with Chrome
https://werone.co/eng/product/monolaurin-coconut-deriv-antiviral-for-ebv-h-pylori-sibo
Many Thanks
Ky
Hello,
1. Great. I did nothing.
2. Size of product image relates to woocommerce settings https://docs.woocommerce.com/document/fixing-blurry-product-images/
Regards
Thanks Rose,
I’ve checked the Woocommerce Customiser and the images are set to 750px for Product Single page and 600 for Catalogue images (all product images were uploaded at 750 x 750), however when looking at the single product page image with code inspector, the main image is showing as 68 x 68. This seems to be coming from class=owl-wrapper-outer
https://werone.co/eng/product/california-poppy-extract-vcaps
Many Thanks
Ky
Try to change “Single product layout”, for example, http://prntscr.com/juybp4 > http://prntscr.com/juybxg and http://prntscr.com/juyca1 > http://prntscr.com/juyccy
Regards
You must be logged in to reply to this topic.Log in/Sign up