kataluszek Merchant Fra Germany Member since apr. 2016 kataluszek 27 okt. 2017 11:05 I see problem with product site: Orginal (Lite Cart demo) My Product site Why here is one column instead two?
dodo Moderator Fra Lithuania Member since mar. 2016 dodo 27 okt. 2017 11:08 It's css fix. Find line 103 in product.less Standard should be: #box-product .attributes { columns: auto 2; } EDIT: There you can set any number of columns you want. But it should be using full-width. So most likely you made some other customization. I'm thinking you've placed .attributes outside #box-product div.
kataluszek Merchant Fra Germany Member since apr. 2016 kataluszek 27 okt. 2017 11:47 .attributes { table { -webkit-column-break-inside: avoid; -moz-column-break-inside: avoid; break-inside: avoid-column; td:first-child { width: 50%; } } @media(min-width: 768px) { columns: auto 2; } Here is already columns: auto 2;
dodo Moderator Fra Lithuania Member since mar. 2016 dodo 27 okt. 2017 11:54 Send a link to your shop. I'll try to see if it's an easy fix.
kataluszek Merchant Fra Germany Member since apr. 2016 kataluszek 27 okt. 2017 12:44 Thank you. https://auriore.com
dodo Moderator Fra Lithuania Member since mar. 2016 dodo 27 okt. 2017 12:49 Simply hit enter twice (add an empty line before adding another attribute) Colors Body: Yellow Eyes: Black Beak: Orange Other Material: Plastic
kataluszek Merchant Fra Germany Member since apr. 2016 kataluszek 27 okt. 2017 13:13 Ok :) Sometimes the simplest things seem to be the hardest