Product Tabs Pagination on Homepage Wrong
-
On our homepage, the arrows for pagination on any product tabs are behind text instead of by themselves. I’ve only made a single CSS customization to the page to hide elements I’m not ready to utilize yet, but that was ruled out by temporarily removing it. The issue is also on mobile too.
Wondering if you can tell what might be causing this.
Attachments:
You must be
logged in to view attached files.
Hello,
To fix this issue, try to add the following code snippet to the Custom CSS area in Theme Settings.
.wd-tabs .wd-tab-content>div.wd-nav-arrows {
width: unset;
}
This issue will also be fixed in the next theme update 8.0.5.
Kind Regards