Home Forums WoodMart support forum Product Tabs Pagination on Homepage Wrong

Product Tabs Pagination on Homepage Wrong

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #622600

    it-mailing-list
    Participant

    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.
    #622807

    Bogdan Donovan
    Keymaster

    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

Viewing 2 posts - 1 through 2 (of 2 total)