How to remove black square with date on it

Business template for Joomla 3 and 2.5 ideal to create blog or personal website.
GK User
Sun Jul 08, 2012 3:55 pm
How to remove black square with date on it from K2 category.

see in picture what i mean.

Thank you !

theme:the real design
User avatar
Fresh Boarder

Konrad M
Mon Jul 09, 2012 5:42 pm
Hi,
please try add to override.css
Code: Select all
.itemListView .gkDate {
display: none;
}

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

GK User
Mon Aug 13, 2012 3:54 pm
i tried this but it is still showing. i also don't want it to indent like it does with the black box and date. but instead be full page width.
User avatar
Expert Boarder

Konrad M
Mon Aug 13, 2012 4:07 pm
Please give me url to your website with this issue.
User avatar

GK User
Mon Aug 13, 2012 4:11 pm
User avatar
Expert Boarder

Konrad M
Mon Aug 13, 2012 9:52 pm
Please add this to override.css
Code: Select all
.gkDate {
display: none;
}
.article-content > h2, .article-content > dl.article-info, .article-content > .article-introtext, .article-content > p.readmore {
margin-left: 0px;
}

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

GK User
Tue Oct 02, 2012 5:14 pm
I have the same problem. I have added the code to the override.css file and made sure that overide css is set to on for the template but it's still not working.

Here is the category list (which is set to not display date):

http://chriswoodpd.com/index.php/exampl ... decorating

Here is the item layout which is not centralised:

http://chriswoodpd.com/index.php/exampl ... ign-sketch

Many thanks,

Nick
User avatar
Junior Boarder

GK User
Tue Oct 02, 2012 7:39 pm
I have sorted out the issue with the black date tab but the category view and the item layout view is still not full page:

Category view:

http://chriswoodpd.com/index.php/exampl ... llpapering

Item view:

http://chriswoodpd.com/index.php/exampl ... dvertising
User avatar
Junior Boarder

Konrad M
Wed Oct 03, 2012 9:06 am
Try add this one to override.css
Code: Select all
.gkItemBlock {
margin-left: 0px;
}
User avatar

GK User
Wed Oct 03, 2012 9:27 am
Worked great, thanks.

Just one last thing I'm having trouble with and that's the width of the site which I think is 1240 pixels wide, should this not be 1024? At the moment I have to scroll across on some computers to see missing parts of the page, can this be changed?
User avatar
Junior Boarder

Konrad M
Wed Oct 03, 2012 9:29 am
Yes you can set this in template settings. Go there and in 'layouts' section you should be able to set this.
User avatar

GK User
Wed Oct 03, 2012 9:53 am
I've noticed it's knocked out the layout of the contact form:

http://chriswoodpd.com/contact.html

Can this be adjusted?
User avatar
Junior Boarder

Konrad M
Wed Oct 03, 2012 10:04 am
Please try add this to override.css
Code: Select all
#recaptcha_area {
width:430px !important;
}
#recaptcha_response_field {
width:276px !important;
}
#recaptcha_image {
width:287px !important;
height:auto !important;
}

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

GK User
Wed Oct 03, 2012 10:11 am
Perfect, absolutely brilliant! Thank you.
User avatar
Junior Boarder

Konrad M
Wed Oct 03, 2012 10:17 am
One thing more please add
Code: Select all
.recaptchatable .recaptcha_image_cell center img {
width: 287px !important;
}

and then will be perfect ;)
User avatar

GK User
Mon Apr 29, 2013 7:38 am
How about also removing the same square on the mobile template? (iphone) and also setting align to left for the content? How should I do that?
User avatar
Fresh Boarder


cron