Hi Gabriel,
Thanks for reaching out to us. Could you please give an exact link to check?
Hope to hear from you soon!
Thank you
Hi Gabriel,
Thanks for reaching out to us. Could you please give an exact link to check?
Hope to hear from you soon!
Thank you
Hi,
that’s the website : https://homeclubsocks.com/
that’s the product: https://homeclubsocks.com/product/hooligan/
Hi Gabriel,
The issue is not coming from our plugin. This style is coming from your theme OceanWP. Please check this screenshot. Here a clear link is hidden. That’s why it is happening.
Please place the below CSS at Appearance > Customize > Additional CSS
.woocommerce div.product form.cart .variations .reset_variations {
display: inline-block;
float: none;
}
Then check your product page and don’t forget to clear your cache ( browser cache + caching plugin cache + server-side cache ) before checking.
Please let me know if it resolves your issue or not.
Hope to hear from you soon!
Thank You
Hi,
The css code worked but if you check again it kinda moves the sizes to the right a bit!
Thank you.
Btw i don’t see your screenshot 🙁 where is it?
Hi Gabriel,
Sorry, I just forgot to attach the screenshot. Check the screenshot here.
you check again it kinda moves the sizes to the right a bit!
I didn’t find the issue mentioned. It is in the exact place as it was before adding CSS. Check this screencast.
Please let me know if I missed anything.
Thank You
Hi Gabriel,
Do you mean it moves after adding the CSS I provided?
If yes, I have given you a screencast in my last reply. From my end, it is in the same place as it was.
Hope to hear from you soon!
Thank You
I mean, the css helped, it made it look like in my last screenshot, but when i click on a size it moves it to the right
Check the screenshot above then check this one: https://paste.pics/5753cd2ccd9c6f61d24cdbd14c3b29b4
Hi Gabriel,
Add the below CSS at Appearance > Customize > Additional CSS
table.variations tbody tr {
display: flex;
}
table.variations tbody tr th,
table.variations tbody tr td{
flex: 1 1 50%;
}
Please let me know if it resolves your issue or not.
Thank You
Yes it works! Thank you sir, but i was wondering if there’s a code that will make it closer to the word Size?
https://paste.pics/ddac6380c413b3db999a2aff23a0c6a7
Thank you!
Hi Gabriel,
Now the character of the label is very short. If you keep them closer, it may break the layout in the future.
Because, if you add an attribute with the long character it will not fit on that specific space.
Please let me know your thought.
Thank You
Well in the futur, i can always delete the code that makes that! But for now I’ll probably just have the 2 sizes for the next few months, so i don’t mid!
At least, i want to try 🙂
Hi Gabriel,
You can try the below CSS by replacing the previous CSS-
table.variations tbody tr {
display: flex;
}
table.variations tbody tr th{
flex: 0 0 15%;
}
table.variations tbody tr td{
flex: 0 0 85%;
}
Thank You
Thank you it worked!
Hi Gabriel,
Glad to know all the CSS resolved your issue.
We really get excited & honored when you use our plugin on your site.
If you found my support helpful, could you please leave your valuable review here: https://wordpress.org/support/plugin/woo-variation-swatches/reviews/?filter=5
Your rating keeps us inspired.
Thank You
Thank you! Have a great day 🙂
swatches variations bug
Gabriel sarateanu
The varations are bugged, when i check my product hooligan( https://homeclubsocks.com/product/hooligan/), there’s a strange line and when i select a size the clear button is strange!