Hello,
I have followed your instructions, deactivating all 3rd party plugins and activating only the theme-required plugins, but the issue persisted. However, I managed to solve the problem using the following CSS code:
.wd-swatch-bg {
width: auto;
height: auto;
max-width: 100%;
}
.wc-layered-nav-term.wd-swatch-wrap {
width: auto;
height: auto;
padding: auto;
}
.wd-swatch.wd-bg {
width: 80%;
height: 100%;
}
.wd-swatch-bg {
width: 80%;
height: 50%;
}
With this code, the issue was resolved. I just wanted to let you know in case other users are facing a similar issue.
Thank you for your help.
Attachments:
You must be
logged in to view attached files.