Hello Gavick team & folks,
can you please help me change the layout on category k2 view as shown in image attached below.
The goal is to move the textblock to the right beside the small image (and not under it).
Thank you very much!
#k2Container.itemListView .itemImageBlock > a {
float: left;
margin-right: 10px;
width: auto !important;
}