Page 1 of 1

I would like to change product specifications side by side

PostPosted: Thu Jun 04, 2015 3:21 pm
by eumedia
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

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

PostPosted: Mon Jun 08, 2015 2:59 pm
by admin
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