GavickPro Documentation

Aligning the cart button in the VirtueMart Joomla extension’s product view

If you’ve had enough of the “add to cart” button in Virtuemart’s category layout view being out of alignment – try these effective solutions to make a horizontal alignment constant.

  1. You have to always add a product title that is longer than one line.
  2. Or you have to use CSS to standardize the title block height.
    h3.catProductTitle { height: 40px; overflow:hidden }
Aligning the cart button in the VirtueMart Joomla extension’s product view 5.005 (100.00%) 3 votes