Keyword

Changing the catagory item display direction

More
10 years 10 months ago #120983 by Mike
Hello,

I am new to K2 but I have been using Joomla since v1.
I have searched all over the administrator back-end and on the Internet for my answer and could not find it.
My K2 category items are displaying right to left and I need left to right.
This seems like it should be an easy fix but I could not find how to achieve this.

To better explain, let's say I have 8 K2 items, where 8 is the newest item and 1 is the oldest, all in one category that is set to display 4 items in each row.

EXAMPLE

right to left
8, 7, 6, 5
4, 3, 2, 1

and I need
left to right
5, 6, 7, 8
1, 2, 3, 4

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

  • Yiota
  • Yiota's Avatar
  • Visitor
10 years 10 months ago #120984 by Yiota
You can achieve that through CSS. Change the .itemContainer {float:left;} to float:right;

To make this change you just have to either modify k2.css if you are using it (if you are using it a copy of it should be located in templates/your_template/css/ folder) or add it through your template's css file.

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


Powered by Kunena Forum