VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: domifry on April 10, 2014, 01:27:04 AM

Title: where is this div? billto-shipto
Post by: domifry on April 10, 2014, 01:27:04 AM
my-moebelstueck.de/save/template/warenkorb.html


<div class="billto-shipto"> has no borders. I want to add it but i can not find the div. If i add in the css  .billto-shipto nothing happen. so if i would a style attribute behind it it can solve my problem. Someone know where this div is created?
Title: Re: where is this div? billto-shipto
Post by: JoomTut on April 10, 2014, 18:08:25 PM
Add to your css:
#checkoutForm .billto-shipto {
border-left: 1px solid;
border-right: 1px solid;
}