remove data in k2 item and move title

GK User
Thu May 19, 2011 12:54 pm
how can I delete items from k2 the date and move the title to the left?

thanks
greetings
User avatar
Expert Boarder

GK User
Thu May 19, 2011 1:13 pm
Hi

Please show us your website...there's some confusion in your post. :huh:
There's no (yet) pixellove template J!1.6 version and also K2 component is not available for J!1.6.

Cheers
User avatar
Platinum Boarder

GK User
Thu May 19, 2011 1:58 pm
Sorry, it's Joomla 1.5
I removed the date, but the title does not align to the left

my link: http://www.gioieditalia.com/it/componen ... ufata.html
User avatar
Expert Boarder

GK User
Thu May 19, 2011 3:59 pm
Like this?
screen_2011-05-19.png


If so please add this line on override.css file:

Code: Select all
#k2Container h2.itemTitle {margin-left: -100px;}


Cheers ;)
User avatar
Platinum Boarder

GK User
Thu May 19, 2011 4:12 pm
I would also move the two lines below
thanks ;)
User avatar
Expert Boarder

GK User
Thu May 19, 2011 4:26 pm
Hello,

I have had my struggles with K2. The best thing that I found is use Firefox then download Fire Bug. Use the hover selector then go to the element that you want to change/inspect. Once the correct div is selected click it. You will see in the bottom right of FireBug the css attributes for that selection. You can then "dummy" edit them live.

Once you have it positioned to the way you want it hover over the link on top of that block of attributes for styling and it will show you exactly what stylesheet it is and what line its located on. From their just simply change it on your stylesheet and re-upload!

Also if you can edit the K2 php files directly to move the block elements around. I used K2 as a property listing engine and rearranged the entire K2 structure at www.stmartin-vacations.com. Just select a property to see. K2 is magic!
User avatar
Junior Boarder

GK User
Thu May 19, 2011 4:29 pm
ok that what was imagine... :)
so forget what i told you before and simple add this line on override.css file:

Code: Select all
#k2Container .itemToolbar {margin-left: 10px}


Cheers ;)
User avatar
Platinum Boarder


cron