Keyword

K2 Profile template customization - columns

  • gsharpmarketing
  • gsharpmarketing's Avatar Topic Author
  • Offline
  • New Member
More
13 years 2 months ago #98729 by gsharpmarketing
K2 Profile template customization - columns was created by gsharpmarketing
Hi all,

 

I am a Joomla developer and Im working on a new site.  Im using K2 along with Virtuemart and K2mart to link the two together.  I have been able to get the CSS of all the K2 pages to work just how we need, with the exception of the User Profile page.  The default has the user info at the top and then the articles below it.  I was able to set it up so that the articles are on the left 70% and the User Info is on the right 30%.  It looks really nice and works very well.  However, we want this to be a user 'product' page not a article page.  Thus we want to have 3 images (articles) across.  Below is a example

 

The X represents the 'product' and the [] represents the user info.

Existing:

X       []

X       []


X       []

 

NEW:

X X X []

X X X []

X X X []

 

Does any one have any cule how I can get this to work?

Please Log in or Create an account to join the conversation.

More
13 years 2 months ago #98730 by Jiliko.net
Replied by Jiliko.net on topic K2 Profile template customization - columns
Hi Joshua,

 

I think what you have to do is to update the k2.css (line #473 in original v2.4.1) with :

 

div.userItemView {
float: left;
width: 33%;
}
 

Regards,

 

Olivier

Please Log in or Create an account to join the conversation.

  • gsharpmarketing
  • gsharpmarketing's Avatar Topic Author
  • Offline
  • New Member
More
13 years 2 months ago #98731 by gsharpmarketing
Replied by gsharpmarketing on topic K2 Profile template customization - columns
Olivier,

 

Thank you so much.  It works, and its I think the only thing I did not try.

 

Joshua

Please Log in or Create an account to join the conversation.


Powered by Kunena Forum