k2 item

Modern and unique personal portfolio Joomla template ideal for work presentation - support forum.
GK User
Thu Jun 28, 2012 1:01 pm
Hi we disabled all the tools and images on k2 items - but the title has a left margin on it. See picture.

How do we left align the title?

Can't find where!
User avatar
Fresh Boarder

teitbite
Thu Jun 28, 2012 1:55 pm
Hi

Please show me an exact page where I'll be able to see this problem.
User avatar
Moderator

GK User
Thu Jun 28, 2012 3:19 pm
User avatar
Fresh Boarder

teitbite
Fri Jun 29, 2012 1:18 pm
Hi

Please add this code to css:

Code: Select all
.itemToolbar {
    margin: 0 0 25px;
}
User avatar
Moderator

GK User
Fri Jun 29, 2012 2:06 pm
one last thing - how do you remove the previous and next links from the bottom of the joomla items?

thank you!
User avatar
Fresh Boarder

teitbite
Sat Jun 30, 2012 1:33 pm
Hi

You can use this code to remove that:

Code: Select all
div.item-page ul.pagenav { display:none; }
User avatar
Moderator


cron