category layout

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Fri Apr 05, 2013 12:17 pm
Reply with quote
Report this post
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!
User avatar
Fresh Boarder

GK User
Fri Apr 05, 2013 12:23 pm
Reply with quote
Report this post
... is there a chance to do this dynamicly = let the text automaticly move to the right to the image when the image is small enough.

Thx
User avatar
Fresh Boarder

Konrad M
Fri Apr 05, 2013 12:23 pm
Reply with quote
Report this post
Hi,
please try add to override.css
Code: Select all
#k2Container.itemListView .itemImageBlock > a {
    float: left;
    margin-right: 10px;
    width: auto !important;
}

and remember to enable override.css option in template settings.
User avatar


cron