Okay
  Public Ticket #2791731
CSS to align product name price to the left
Closed

Comments

  •  2
    steenvreter started the conversation

    hello suport team,

    Is it possible to adjust the CSS for the product name and price on a category page? I want to align the text on the left, so it fits more characters under the image

    Thanks, Aram

  •  1,878
    Judith replied

    Hi There,

    Thanks for keeping in touch.

    Please try this css:

    .products li.product.minimal .product-meta {
        padding: 25px 25px 25px 0px;
    }

    Thanks.

  •  2
    steenvreter replied

    Thank you so much. Perfect solution.