K2 item issues

Premium sports magazine Joomla template with clean, easy to customize and unique design.
GK User
Tue Mar 13, 2012 2:35 pm
Hello:

In the k2 item I need to figure out how to solve some issues (please see image attached):

1) reduce space in image (top)

2) In the cases that the image is smaller than the width of the page, pull the pext beside the photo

3) Item image credits with same behaviuor as Item image caption

thanks
User avatar
Junior Boarder

GK User
Tue Mar 13, 2012 3:18 pm
Hi,

Do you have a link then I can see that page? I checked with demo site but couldn't find it.
User avatar
Platinum Boarder

GK User
Tue Mar 13, 2012 4:32 pm
http://es.atletas.net/index.php/2011-08 ... 47-02/item

This is a demo site

Don Lee wrote:Hi,

Do you have a link then I can see that page? I checked with demo site but couldn't find it.
User avatar
Junior Boarder

GK User
Tue Mar 13, 2012 5:38 pm
To reduce space in image (top) you need to do add this to your override.css

article header {
margin-bottom: 48px;
}

and change 48px to whatever you want

And for the image
add this to your override.css

a.itemImage.modal {
float: left;
padding-right: 15px;
padding-top: 10px;
}

let me know it this helps ...
User avatar
Junior Boarder

GK User
Wed Mar 14, 2012 1:26 pm
Yeah please try almir087's solution, and remember to enable CSS Override mode in template setting.
User avatar
Platinum Boarder


cron