Text align in k2 items

Professional Business Joomla template for corporate and business websites suitable for showing stock quotes, up to date news, portfolio management resources or international market data.
GK User
Wed Jul 11, 2012 5:26 pm
Hello,
I've the images of k2 item aligned on the center of the page with the text below and I would like to have the page like the one you can see at this link:

http://www.luxmagazine.it/index.php?opt ... Itemid=124

with he image on the left and the text round the image (and not below). How I can do this. Which files to modify...???

Thank you
User avatar
Junior Boarder

Konrad M
Wed Jul 11, 2012 6:20 pm
Hi,
First of all you need to change in k2 settings width of item image. Then try add to override.css
Code: Select all
.itemImageBlock {
clear: both;
float: left;
width: auto;
}

and remember to enable override.css option in template settings.
User avatar

GK User
Wed Jul 11, 2012 6:50 pm
Konrad M wrote:Hi,
First of all you need to change in k2 settings width of item image. Then try add to override.css
Code: Select all
.itemImageBlock {
clear: both;
float: left;
width: auto;
}

and remember to enable override.css option in template settings.



Thank you Konrad...solved...)))
User avatar
Junior Boarder


cron