Home Forums WoodMart support forum Attribute tags are not responsive?

Attribute tags are not responsive?

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #193946

    Element_Earth_CBD
    Participant

    please see the attached, on mobile, the attrt for “type of cbd” come out all chopped up on mobile, any way to control the appearance of this?

    Or shut it off on just mobile css? its really nice but doesn’t look so hot on mobile

    #193948

    Element_Earth_CBD
    Participant

    ……………………………………….

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

    Hello,

    I saw the screenshot you attached and visited your website.

    Please add the following Custom CSS in the Custom CSS for Mobile area under Theme Settings >> Custom CSS.

    .product-label.attribute-label:not(.label-with-img) {
    width: 118px;
    }

    You can adjust the width according to your need.

    If you want to hide it for mobile then you need to add the following Custom CSS in the Custom CSS for Mobile area under Theme Settings >> Custom CSS.

    .product-label.attribute-label:not(.label-with-img) {
    display: none;
    }

    Best Regards.

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