Product Site - incorectly displayed

Merchant
Fra Germany
Member since apr. 2016

I see problem with product site:

Orginal (Lite Cart demo)

My Product site

Why here is one column instead two?

Moderator
Fra Lithuania
Member since mar. 2016

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.

Merchant
Fra Germany
Member since apr. 2016
.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;

Moderator
Fra Lithuania
Member since mar. 2016

Send a link to your shop. I'll try to see if it's an easy fix.

Moderator
Fra Lithuania
Member since mar. 2016

Simply hit enter twice (add an empty line before adding another attribute)

Colors
Body: Yellow
Eyes: Black
Beak: Orange

Other
Material: Plastic

Merchant
Fra Germany
Member since apr. 2016

Ok :)

Sometimes the simplest things seem to be the hardest

This thread has been closed due to long inactivity. Posting to it is not possible.
This website uses no cookies and no third party tracking technology. We think we can do better than others and really think about your privacy.