TOPIC: line out order button

line out order button 9 years 3 months ago #6702

  • edensan
  • edensan's Avatar
  • OFFLINE
  • Senior Boarder
  • Posts: 43
  • Karma: 0
hi if there is more text to a product the price and orderbutton is more to the bottom if there is less text to the product detail the price and order button is more to the top i would love to have all prices and orderbuttons on the same line.

this is on newest products and on best selling products etc all order buttons are not nicely lined out...
Attachments:
  • Attachment This image is hidden for guests. Please log in or register to see it.
The administrator has disabled public write access.

Re: line out order button 9 years 2 months ago #6739

  • crystal_moon
  • crystal_moon's Avatar
  • OFFLINE
  • Senior Boarder
  • Posts: 47
  • Thank you received: 10
  • Karma: 2
You can fix height product description in file "templates/ot_kid/css/customs.css"
Line 100
.otcustom-modprod div.product-s-desc {
    margin-bottom: 10px;
}
change to
.otcustom-modprod div.product-s-desc {
    margin-bottom: 10px;
    min-height: 36px;
}
The administrator has disabled public write access.
Time to create page: 0.096 seconds