Home Forums WoodMart support forum шрифты

шрифты

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #152482

    ipad48984898ipad
    Participant

    привет, как исправить надпись как на фото ?
    товар закончился, а надпись вертикальная. я хочу чтобы слово было в одну строчку.

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

    Hello,

    I have seen your screenshot. You are pointing out the attribute labels which are shown over the product image.

    To display the attribute label in one line you need to increase the width of the label. You can use the below CSS code in Theme Settings >> Custom CSS >> Global Custom CSS:

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

    Best Regards.

    #152588

    ipad48984898ipad
    Participant

    я вставил код, но ничего не изменилось.

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

    Hello,

    Your problem is resolved. I used the below CSS in your Theme Settings >> Custom CSS >> Global Custom CSS:

    .product-labels {
          max-width: 100%;
    }
    .labels-rounded .out-of-stock {
        max-width: 200px;
    }

    Result: https://jmp.sh/E8Gxryj

    Best Regards.

    #152793

    ipad48984898ipad
    Participant

    Большое спасибо!

    #152803

    Hello,

    We are thrilled that you loved your experience with XTEMOS, We put customer experience and satisfaction as our priority, and your words reaffirms the hard work we put in every day. So thanks for your kind words and we look forward to seeing you again.

    Let us know if there’s anything else we can do for you! You can always reach us at any time. We are always here to help you.

    Have a wonderful day.

    Topic Closed.
    Best Regards.

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

The topic ‘шрифты’ is closed to new replies.