VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: Karion on May 11, 2014, 19:03:28 PM

Title: Question of shipment area
Post by: Karion on May 11, 2014, 19:03:28 PM
How do I get the modified method of delivery field size. Now, all text on left side and many lines. Where is that information and can I modify them better way? I use Vm 2.6.0 a and Joomla 2.5.18  PHP 5.3.27  (http://vm-shipment-area.jpg)

[attachment cleanup by admin]
Title: Re: Question of shipment area
Post by: GJC Web Design on May 11, 2014, 19:08:32 PM
VM version?  Template over ride? Live url?
Title: Re: Question of shipment area
Post by: GJC Web Design on May 11, 2014, 20:28:22 PM
add to your css

.cart-summary fieldset label {
  display: inline-block;
  width: 100%;
}

[attachment cleanup by admin]
Title: Re: Question of shipment area
Post by: Karion on May 12, 2014, 09:47:18 AM
I found the place and site work well now. Thank you so so much for your excelent help!  :D

I do that in here:  /html/components/com_virtuemart/assets/css/vmsite-ltr.css
Title: Re: Question of shipment area
Post by: GJC Web Design on May 12, 2014, 09:50:42 AM
Well done .. yes . normally you would just put it at the bottom of the custom.css
Title: Re: Question of shipment area, table gridlines are cramped
Post by: Karion on May 12, 2014, 10:12:38 AM
One other question of same shopping cart table . Table gridlines are cramped.  Price line is completely empty, but the visible and takes up space.
VAT and discount lines overlap. How these should be disseminated?

The same template, the various homepage.

(http://chart-lines.jpg)


[attachment cleanup by admin]
Title: Re: Question of shipment area
Post by: GJC Web Design on May 12, 2014, 10:33:31 AM
Again it is just simple debugging of your css .. get Firebug for Firefox and learn to use it...  this way the next problem you have you will be able to fix...