How to remove horizontal line next to article image

GK User
Thu Apr 18, 2013 12:51 pm
Hi,

I am using K2 - Latest items from (one or more) users or categories Create a menu item linking to a grid page with the latest items from specific categories or users in K2 for the Home page but I can't seem to get ride of the horizontal line next to each image.

Also, if I disable everything from the article except the image, for some reason the image gets cropped. If I have, say, Category enable on the left of image then the image shows fine.

http://www.underwaycontracts.com.au/index.php

Thanks in advance
User avatar
Expert Boarder

teitbite
Thu Apr 18, 2013 1:51 pm
Hi

Please add this code to css:

Code: Select all
div.catItemAdditionalInfo {
    display: none;
}

div.catItemContent {
    width: 100%;
}
User avatar
Moderator

GK User
Thu Apr 18, 2013 2:05 pm
teitbite wrote:Hi

Please add this code to css:

Code: Select all
div.catItemAdditionalInfo {
    display: none;
}

div.catItemContent {
    width: 100%;
}


Hi,

You mean the override.css?

Thanks for the info. I will try it and let you know how it goes.
Thanks
User avatar
Expert Boarder

GK User
Thu Apr 18, 2013 2:12 pm
Thanks teitbite,

That worked great.
User avatar
Expert Boarder

teitbite
Thu Apr 18, 2013 3:09 pm
Hi

No problem. Glad I could help.
User avatar
Moderator

GK User
Sat Jan 04, 2014 3:58 pm
Could you kindly tell me which CSS file..Thanks
User avatar
Fresh Boarder

GK User
Sun Jan 05, 2014 1:12 am
This partucular website has changed template , but by memmory it's done throught template - joomla backend> templates> advanced settings> allow enable CSS overide> insert custom CSS code ........or comething simillar :-)
User avatar
Expert Boarder

GK User
Sun Jan 05, 2014 1:19 am
Thank you for your response.. I found an easy way out, I decided to use the K2 item instead and hey presto, no more lines
User avatar
Fresh Boarder

teitbite
Tue Jan 07, 2014 7:07 pm
Hi

Yes that's a solution as well. But if You want to use the css code than override.css file is the one where all modifications to css show go. Just rremember to allow using overide in template settings.
User avatar
Moderator


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.