title of article get cut off.

GK User
Sat Feb 18, 2012 10:54 pm
when going to an article -everything is fine. However, when pressing an anchor that will lead to a comment section - the title gets cut off. as if there is another layer over the title.

i talked to the guy from compojoom comments component and he spoke with Mr. Gavick over skype and they looked at this issue.

here is a url. http://aleksandrshevchenko.org/componen ... 9#JOSC_TOP

How can i fix this?

Daniel (from compojoom) found this to cause it:

.clearfix:after, .gkWrap:after, .gkMain:after, #gkComponentWrap:after, #gkContentMainbody:after {
User avatar
Expert Boarder

GK User
Sun Feb 19, 2012 2:40 pm
Please add this code to override.css and then enable 'use override CSS' option in template developer settings :
#gkMain {overflow: visible!important}
User avatar
Platinum Boarder

GK User
Sun Feb 19, 2012 2:51 pm
Hi,

Try using this code to add to CSS Override:
Code: Select all
#gkMain{
overflow: visible!important;
}

Let me know if it helps.
User avatar
Platinum Boarder

GK User
Mon Feb 20, 2012 9:00 am
seems like it didn't work. I made sure overide.css is enabled with the css overide option in advanced tab in template settings.

hmmm.. anything else would work?
User avatar
Expert Boarder

GK User
Mon Feb 20, 2012 11:10 am
I checked the site again but don't see the code added, do you still keep it nor removed it out? If possible please send me a PM with backend access then I will try for you as well.

Cheers,
User avatar
Platinum Boarder

GK User
Tue Feb 21, 2012 4:50 am
yes, i did remove it... i'll go ahead and send you a PM.
User avatar
Expert Boarder

GK User
Tue Feb 21, 2012 8:33 am
Thank you, I added the code for you and it works now. Please check and confirm the same!
User avatar
Platinum Boarder

GK User
Tue Feb 21, 2012 9:00 am
oh wow.. i just noticed it and i was like.. wait.. the code did work..

thanks.. so what did you change? will an update to the template break it?

also - it moves the title up.. is that fixable?
User avatar
Expert Boarder

GK User
Tue Feb 21, 2012 9:16 am
In the template setting, under Advance section, I added the code to CSS Override box, please check it there. Since it is saved in database so it won't be gone after updates, don't worry!
User avatar
Platinum Boarder

GK User
Tue Feb 21, 2012 10:57 am
ok... perfect.. thanks.

how about the whole title being moved up.. can that be fixed?
User avatar
Expert Boarder

GK User
Tue Feb 21, 2012 11:50 am
It's not moved up anymore, however you can use this code to bring it down a bit:
Code: Select all
.itemToolbar{
margin-top: 10px!important;
}
User avatar
Platinum Boarder

GK User
Tue Feb 21, 2012 1:49 pm
notice how one of the titles is higher.

.itemToolbar{
margin-top: 10px!important;
}

that css made it go down, but also in the normal state it went down too. so it became lower.
User avatar
Expert Boarder

GK User
Wed Feb 22, 2012 1:32 pm
I see but I don't know how to help you more as we are going back to the original issue from your comment component. Thanks for understanding!
User avatar
Platinum Boarder


cron