Home Forums WoodMart support forum Product label not resposive

Product label not resposive

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

    juniar
    Participant

    I want to ask about the product label in the Frequently Bought Together section, why is it unresponsive and I use 5 columns for the one in the image below

    Attachments:
    You must be logged in to view attached files.
    #422825

    Hello,

    Please try using the below Custom CSS code and paste it to Dashboard >> Theme Settings >> Custom CSS >> Global CSS section:

    .labels-rectangular .product-label { padding: 5px 8px !important; }

    And paste this CSS under the Dashboard >> Theme Settings >> Custom CSS >> Custom CSS for mobile:

    .labels-rectangular .product-label { padding: 5px 5px !important; }

    Then check back the Label again. Hopefully, it will appear fine by then.

    Best Regards

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