Template TWN2 and K2 Image

GK User
Tue Feb 14, 2012 10:49 am
Hi, I have a site with J.2.5.1 and K2 2..5.4 my website is http://www.circolocubo.it

I need to move the pictures of the items on the left and the center as they are by default in K2 and the text alignment in relation to other elements ..
You can teach me how can I do?

thanks a lot
User avatar
Junior Boarder

teitbite
Tue Feb 14, 2012 12:46 pm
Hi

Please add this code to css:

Code: Select all
.itemImageBlock {
    float: left;
}
User avatar
Moderator

GK User
Tue Feb 14, 2012 4:04 pm
Hi and thanks for your reply :)

I add the code in templates/gk_twn2/css/k2.css but the image is always at the center :?

maybe I must to add somewhere else?

P.S. my the K2 Parameters: K2 default CSS > Disable
is correct?
User avatar
Junior Boarder

teitbite
Wed Feb 15, 2012 12:08 pm
Hi

Try add this to override.css, but remember that You need to enable using this file in template settings.
User avatar
Moderator

GK User
Thu Feb 16, 2012 11:52 am
teitbite wrote:Hi

Try add this to override.css, but remember that You need to enable using this file in template settings.


Thanks a lot teitbite!! :P

As you have suggested now it works!!!!

regards
User avatar
Junior Boarder

teitbite
Fri Feb 17, 2012 1:43 am
Hi

Glad I could help.
User avatar
Moderator


cron