Лучший Ответ Kess , 07 August 2014 - 12:20
Hello,
I made some tests and I think the easiest way will be to add some CSS made by one person from our support, with small changes:
@media (max-width: 767px) { .jbzoo .width50, .jbzoo .width33, .jbzoo .width25, .jbzoo .width20, .jbzoo .width16{ width: 49%; } .jbzoo .last { margin-right: 1% !important; } } @media (max-width: 480px) { .jbzoo .width50, .jbzoo .width33, .jbzoo .width25, .jbzoo .width20, .jbzoo .width16{ width: 100%; height: auto !important; } .jbzoo .last { margin-right: 1% !important; } }
And remove the previous css code that I gave you:
.jbzoo-app-chinese-market-db .subcategories > div { height: auto !important; }
But still it will be better if you comment out the <div class="clear clr"></div> for your items and subcategories like in the topic which I referenced:
if ($isLast) { // echo '<div class="clear clr"></div>'; }
If you don't disable this, your items will look wrong when they are in two columns.
As I see on your website, you still didn't do it. Or are we talking about different websites? I have only one link from you.
Перейти к сообщению