VirtueMart Forum

VirtueMart 2 + 3 + 4 => General Questions => Topic started by: broc93 on August 21, 2014, 21:17:57 PM

Title: Payment method and description on separate lines
Post by: broc93 on August 21, 2014, 21:17:57 PM
Hello. Here's the cart page of my website http://www.prodotti-herblife-vendita-online.it/carrello
I'd like to have the description of the payment methods on a new line instead of having them beginning right after the name of the payment method. How can I do that? Thank you in advance.
Title: Re: Payment method and description on separate lines
Post by: GJC Web Design on August 21, 2014, 22:11:52 PM
.vmpayment_description, .vmshipment_description {
  color: #565656;
  display: block;
  font-size: 10.5px;
  line-height: 25px;
  padding: 0 2px;
}

[attachment cleanup by admin]