k2Container spliced in half

GK User
Thu Jun 30, 2016 1:51 pm
Hi !

Is there a way to have
Code: Select all
 itemImageBlock width=50%
and
Code: Select all
itemBody width=50%
? They both belong to
Code: Select all
k2Container
class.

In other words, I would like the events to show up in 2 columns: the picture of the event on the left and the content of event on the right. Is it possible to achieve this effect in this template ?

Many thanks !
User avatar
Fresh Boarder

teitbite
Sun Jul 03, 2016 1:44 pm
Hi

Do You need this to be translated to CSS ? :) It's pretty close:

Code: Select all
.itemImageBlock {
width: 50%;
float: left;
}

.itemBody {
width: 50%;
}


You should run a quick CSS tutorial. I've been using this one: http://www.w3schools.com/css/ also having Firebug, a developer plugin for Firefox helps a lot.
User avatar
Moderator

GK User
Tue Jul 12, 2016 12:55 pm
split-content.jpg

Hi,

funny :), maybe I didn't say it right. But have a look at the picture in the attach.

Many thanks



teitbite wrote:Hi

Do You need this to be translated to CSS ? :) It's pretty close:

Code: Select all
.itemImageBlock {
width: 50%;
float: left;
}

.itemBody {
width: 50%;
}


You should run a quick CSS tutorial. I've been using this one: http://www.w3schools.com/css/ also having Firebug, a developer plugin for Firefox helps a lot.
User avatar
Fresh Boarder

teitbite
Thu Jul 14, 2016 2:25 pm
Hi

Please tell me the url to the page from Your screen, I'll see if this can be done.
User avatar
Moderator


cron