Hi @tuanphan,
I would like to have the columns divided 50/50 wile keeping the img height the same, while either filling the container with image 100% or aligning the object to right and having the empty space of the column on the right (align: right).
When I paste this code in Custom CSS
.tweak-events-stacked-thumbnail-size-43-four-thirds .eventlist-column-thumbnail { width: 65% !important;}
.event-list-column-info { width: 35% !important; }
/* resize events */
article.eventlist-event img {
width: 100% !important;
height: auto !important;
top: 0 !important;
left: 0 !important;
}
I get it to work BUT only on the page I see when logged in. It doesn't show on the live site and the code doesn't work in Page Header. I have no idea how can that be, do you maybe?
Thanks in advance!