Checking with the browser’s own editor, I found these three items that are causing this in atributes
View post on imgur.com
View post on imgur.com
It was enough to uncheck them for everything to be ok. I don’t know if I can make any changes around here to fix this, please let me know.
Thnks!
-
This reply was modified 3 years, 10 months ago by
laserstore.
@laserstore The CSS screenshot you have shared is from WooCommerce, so in this case you’ll have to contact the WooCommerce support folks and report them the issue.
@bornforphp thank you for your response!
In this case, do all sites that use woocommerce and its plugin have this problem? I managed to solve it at this point by changing the css in the admin panel.
Tks!
-
This reply was modified 3 years, 10 months ago by
laserstore.
@laserstore Could be the case, you’ll have to apply the fix on all the other sites and check it works?
@bornforphp I did the test on two sites and in both the problem occurs, but I managed to solve it by applying css with the css injector plugin. You said that the classes are from woocommerce and not from the plugin, but when I disable your plugin everything returns, because apparently it is overwriting the css. This was the code I used:
.select2-container–default .select2-selection–multiple .select2-selection__choice__remove {
position: inherit !important;
border-right: none !important;
}
.select2-selection__clear:before {
margin-left: -55px !important;
}
So the problem was solved =)