VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: gldproducts on October 01, 2014, 18:00:34 PM

Title: Custom fields out of alignment
Post by: gldproducts on October 01, 2014, 18:00:34 PM
Please see the page, and the tab that says specifications.

http://www.gldproducts.com/index.php/billiards/pool-tables/fat-cat-kansas-90-billiard-table-detail.html

As you can see, the rows are now out of alignment. They should be right under each other. Can you please let me know how to fix this?
Title: Re: Custom fields out of alignment
Post by: sarmin on October 01, 2014, 19:08:15 PM
add this
.product-field-type-S {float: left;
width: 100%;}

and this
.product-fields-title {width: 45%;}
to your css
Title: Re: Custom fields out of alignment
Post by: gldproducts on October 01, 2014, 19:47:54 PM
Which CSS?
Title: Re: Custom fields out of alignment
Post by: jenkinhill on October 01, 2014, 19:48:52 PM
You should use Firebug to see the css and which files are related.  http://forum.virtuemart.net/index.php?topic=116620.0

CSS overrides are covered here: http://docs.virtuemart.net/tutorials/templating-layouts/106-override-vmsite-ltr-css.html
Title: Re: Custom fields out of alignment
Post by: gldproducts on October 01, 2014, 20:30:59 PM
I'm just trying to save some time with asking. 

MY greater concern is why this is happening now? Virtue mart should fix this as I will probably have to fix it every time that there is an update.
Title: Re: Custom fields out of alignment
Post by: gldproducts on October 01, 2014, 20:48:30 PM
Quote from: gldproducts on October 01, 2014, 19:47:54 PM
Which CSS?

Sarim! You are the MAN!!!! Thanks Buddy! ;)