Item page Image in K2

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Wed Jan 21, 2015 11:02 pm
Reply with quote
Report this post
I'm a noob when it comes to joomla 3 and k2, sorry if this is an elementary question. Can I change the single item page image to a max size? example:

http://libraenterprises.com/news2/index ... ng-tuesday

That image takes up the whole screen!!!! LOL I understand K2 likes to put a main pic at the top of an article, but that's crazy. LOL

thanks for you help!
User avatar
Junior Boarder

teitbite
Thu Jan 22, 2015 7:59 pm
Reply with quote
Report this post
Hi

Sure, but what do You want to do with this image ? Shift it left:

Code: Select all
.itemImageBlock {
    float: left;
    margin: 0 30px 40px;
}


Center it:

Code: Select all
.itemImageBlock img {
    margin: 0 auto;
    width: auto !important;
}


Try both of this codes in override.css and make sure override is enabled in template settings.
User avatar
Moderator


cron