Home Forums WoodMart support forum Cut off the product / article titles

Cut off the product / article titles

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #40609

    lavitasarim
    Participant

    Hello there.

    I want to cut off the product / article titles from where I want. Then I would throw to the bottom line.

    Could you help? Thanks.

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

    Artem Temos
    Keymaster

    Hi,

    Try to add the following code snippet to the Custom CSS area in Theme Settings to do this

    .product-image-summary .entry-title {
        padding-left:15%;
        padding-right:15%;
    }

    Regards

    #40659

    lavitasarim
    Participant

    Thank you. But when you do it the way you say, the others can break down. No other solution? Do not we have a chance to use code like <br/>?

    Thank you.

    #40667

    Artem Temos
    Keymaster

    Sorry, but you can’t use HTML code there.

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