image outline in category page K2

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
Thu Mar 07, 2013 10:24 am
Reply with quote
Report this post
Hi,

I want to show my image on the left side of the category page (k2).

Header

Image - Text etc.

Next to the image the text should apear. Now K2 sets the image above the text.

Which changes do I have to make in CSS or override to accomplish this.
User avatar
Senior Boarder

Konrad M
Thu Mar 07, 2013 3:34 pm
Reply with quote
Report this post
Hi,
please try add to override.css
Code: Select all
.itemImageBlock {
    float: left;
}

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

GK User
Thu Mar 07, 2013 6:44 pm
Reply with quote
Report this post
Hi Conrad,

That did not work out for me. I activated the override and put in the code below. Did the trick for Firefox, but in explorer 8 & 9 nothing happened.

Any ideas how I can solve this for all (recent) browser versions?

Thanks so far!

Pat
User avatar
Senior Boarder

Konrad M
Fri Mar 08, 2013 12:50 pm
Reply with quote
Report this post
Can you send me Private Message with ftp access and login detaild to backend ? Remember add lin kto this topic too.
User avatar

GK User
Fri Apr 12, 2013 4:55 pm
Reply with quote
Report this post
Finally, it worked out (thanks for your tip).
User avatar
Senior Boarder


cron