How to display smaller image in k2 article

May 2014 Joomla Template
GK User
Wed Dec 31, 2014 3:30 am
Guys,

First of all, HAPPY HOLIDAYS and welcome back!

Got question here. How can I make the image display in K2 article, smaller. Currently it is quite big. :o

Here is the link http://imaginekan.com/women/index.php/c ... 265-glance

Thanks!
User avatar
Junior Boarder

GK User
Wed Dec 31, 2014 9:06 am
Hi,
in most cases you have few options, but start from this

Code: Select all
.itemImageBlock > a {
    margin-right: 20px;
    max-width: 450px;
}

.itemImageBlock {display: inline; float: left; }


How to use? Check my footer link.
result:
User avatar
Platinum Boarder

GK User
Fri Jan 02, 2015 4:21 am
TQVM Oscar.

Simple and straight forward. :D
I thought it can be done somewhere it K2 Items but I cant find. Let me know if there is any. :side:

Cheers!
User avatar
Junior Boarder

GK User
Fri Jan 02, 2015 8:05 am
K2 have specific code and our developer only override it, it was his vision to use big images above content,
that's why you have to use CSS to change appearance only.
User avatar
Platinum Boarder

GK User
Wed Feb 04, 2015 9:01 pm
Oscar E, where to apply your code? Place it within the University template configuration or modify in a K2 / University CSS file?
User avatar
Expert Boarder

GK User
Thu Feb 05, 2015 8:12 am
If you are Senior Boarder it's means that you should know those links:

1) https://www.gavick.com/documentation/jo ... a-template
2) https://www.gavick.com/documentation/jo ... cted-pages
User avatar
Platinum Boarder


cron