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
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
-
- Expert Boarder
- teitbite
- Thu Apr 18, 2013 1:51 pm
Hi
Please add this code to css:
Please add this code to css:
- Code: Select all
div.catItemAdditionalInfo {
display: none;
}
div.catItemContent {
width: 100%;
}
-
- 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
-
- Expert Boarder
- GK User
- Thu Apr 18, 2013 2:12 pm
Thanks teitbite,
That worked great.
That worked great.
-
- Expert Boarder
- teitbite
- Thu Apr 18, 2013 3:09 pm
Hi
No problem. Glad I could help.
No problem. Glad I could help.
-
- Moderator
- GK User
- Sat Jan 04, 2014 3:58 pm
Could you kindly tell me which CSS file..Thanks
-
- 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
-
- 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
-
- 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.
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.
-
- Moderator
9 posts
• Page 1 of 1