CSS help

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
Sun Nov 30, 2014 2:55 pm
Reply with quote
Report this post
Hello Gavick,
I'm working on GK Events template, the Speakers part, implementing into GK Music State template.
I've the K2 category Speakers working, here: http://bit.ly/1y9wqej. But I need some CSS help with the K2 items Speakers part, here: http://bit.ly/1CuMDO2.

How to get K2 items speakers look to same as original GK Events, speakers with CSS?

Regards
User avatar
Gold Boarder

GK User
Sun Nov 30, 2014 7:20 pm
Reply with quote
Report this post
If you would like to send me admin I can take a look for you. I think some suffix's are mixed up and missing
User avatar
Gold Boarder

GK User
Tue Dec 02, 2014 10:53 pm
Reply with quote
Report this post
Hi devsmi,
Your code change did work!
You are going to edit this file http://www.domain.com/templates/gk_musi ... css/k2.css

Around line 1107 you are looking for:
Code: Select all
.itemImage2, .itemImageBlock2 {
    display: block;
    line-height: 0;
    overflow: hidden;
}

Just replace that code with:
Code: Select all
.itemImage2, .itemImageBlock2 {
    display: block;
    float: left;
    line-height: 0;
    overflow: hidden;
}
User avatar
Gold Boarder

teitbite
Wed Dec 03, 2014 11:11 am
Reply with quote
Report this post
Hi

Great to hear that, @devsmi thank You for help.

I would just like to add that it's better to add this new code to override.css (override needs to be enabled in template settings). It will make template update easier when You will have all changes separated.
User avatar
Moderator


cron