I would like to change product specifications side by side

If you are runnig Joomla 3.x and Virtuemart 3.x please post to this forum your questions or support tickets about One Page Checkout

I would like to change product specifications side by side

Postby eumedia » Thu Jun 04, 2015 3:21 pm

Nice day,
I would like to change product specifications side by side how to do it?

For two specifications:
(Color Black - Size S)

For one specification:
(Color Black)
(Size S)

Thank you
Roman
Attachments
Items.jpg
Items.jpg (28.66 KiB) Viewed 4631 times
eumedia
 
Posts: 7
Joined: Mon May 11, 2015 9:31 am

Re: I would like to change product specifications side by side

Postby admin » Mon Jun 08, 2015 2:59 pm

hello, within your onepage.css you can add these:

#vmMainPageOPC .vm-customfield-cart br {
display: none;
}

and to get rid of the dash (-) you can modify blue.css or

div.vm-customfield-cart span, #basket_container .product-field-type-B, #basket_container .product-field-type-S, #basket_container .product-field-type-I {
background-image: none !important;
}

best regards, stan
admin
Site Admin
 
Posts: 2708
Joined: Wed Jan 06, 2010 11:43 pm


Return to One Page Checkout for Virtuemart 3 on Joomla 3.x