K2 Latest Articles multi-column layout displays in 1 column

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
Sat Jan 05, 2013 9:03 pm
Reply with quote
Report this post
I'm having a small layout issue with a K2 blog. The Latest Items menutype is selected and 2 columns are indicated. However, on the front end, the blog entries are displayed in a single column. Using Firebug, the CSS style appears to indicate, as it should, the the article teasers display at 49.9% width within the containing element. Am I missing something simple here? Thanks. The layout challenge can be seen at http://www.veteranspavilion.com/index.php/blog
A screenshot of the CSS Image
User avatar
Fresh Boarder

teitbite
Sun Jan 06, 2013 4:34 pm
Reply with quote
Report this post
Hi

Unfortunately it was designed to show in one columns only, so to make is show 2 columns You need to reconfigure it to one columns and add this code to css:

Code: Select all
.itemsContainer article.itemView {
width: 50%;
float: left;
clear: none;
}
User avatar
Moderator

GK User
Mon Jan 07, 2013 4:58 am
Reply with quote
Report this post
teitbite wrote:Hi

Unfortunately it was designed to show in one columns only, so to make is show 2 columns You need to reconfigure it to one columns and add this code to css:


Thanks Teitbite. I was really just wanting to duplicate the layout shown in the demo here: http://demo.gavick.com/joomla25/startup/index.php/k2/k2-items/latest-items-two-columns. The mod you recommend does split it into 2 columns but does not duplicate the demo. Is there a way to duplicate this page of the Startup demo?
User avatar
Fresh Boarder

teitbite
Tue Jan 08, 2013 7:07 pm
Reply with quote
Report this post
Hi

Ok. Than it should be easier. The page You have shown me is a menu item with type "latest items" set to show in two columns. Please try to reproduce sthis settings and let me know if it's working.
User avatar
Moderator


cron