Okay
  Public Ticket #2075286
​Select option overlaps with product price
Closed

Comments

  •  1
    minded started the conversation

    On a mobile device the "Select option" or "+add to cart" overlaps with product price when the product name is long.

    Is there an easy fix for that?

    {"wp":{"use":false,"adminUrl":"https://www.happyhippiestore.se/wp-admin","username":"","password":""},"ftp":{"use":false,"url":"","port":"","user":"","password":"","path":""}}
  • [deleted] replied

    Hi minded,

    Please add the code below to your Custom CSS area:

    .woocommerce .products .product.catalog-layout-distanced-centered .product-internal-info {
    top: 15px;
    bottom: 15px;
    left: 15px;
    right: 15px; }

    And if your problem happens again then I recommend you to show One product per row in mobile or changeShop Catalog Layout (screenshot) to a different one

    Have a nice day!