K2 category vs. Joomla category blog: CSS code fix

Advanced and professional portal news Joomla template with community features and various content display layouts.
GK User
Wed Jan 23, 2013 1:07 am
I would like to ask you for help with editing CSS code.

In my page http://www.turieconline.sk/aktualne I use K2 categories with big images (it is possible to reduce the image size but text is never aligned in to the block on the right side of the image) as you can see in http://www.zilinadnes.sk/kultura (they use Joomla category blog)

My question is if it is possible (and how) to edit the CSS in K2 code (or K2 category settings) to show the images on the left and the text on the rigt side with justify aligment.

Thank You.
User avatar
Junior Boarder

Konrad M
Wed Jan 23, 2013 7:46 am
Hi,
please first reduce image size and then please try add to override.css
Code: Select all
.catItemImageBlock {
width:400x;
float: left;
margin-right: 10px;
}

and set width value as same as width of your image. Remember to enable override.css option in template settings.
User avatar

GK User
Sat Feb 23, 2013 11:50 am
It may look the same, I'm trying to reduce the category folder image but without any success I tried many override from here but nothing did work... http://www.fingercomber.net/index.php/how-to see the big and blurry category I want to reduce it to 100px.
Than You
User avatar
Fresh Boarder

Konrad M
Mon Feb 25, 2013 11:18 am
@Fanfoot.info i go to url you gave me and I only see images from Image Show. If you talked about those images, you can reduce width in module settings.
User avatar


cron