I've been poking around the style sheet trying to figure out why my post titles are cut off. Is there a predetermined limit I'm not aware of?
This post is an example of what I'm referring to.
I've been poking around the style sheet trying to figure out why my post titles are cut off. Is there a predetermined limit I'm not aware of?
This post is an example of what I'm referring to.
It's the background image of the btr class
btr {
background-image:url(images/atr.jpg);
height:100px;
right:-3px;
top:-3px;
width:120px;
}
Easiest fix is to remove it.
Peter
there is some grey square in the right hand corner on top of the title:
you can suppress it by adding 'display:none;' at the end of this style declaration (style.css):
.btl, .btr, .bbl, .bbr{
display: block;
position:absolute;
background-repeat: no-repeat;
background-position: 0 0;
background-attachment: scroll;
width: 3px;
height: 3px;
zoom:1;
overflow: hidden;
float: left;
display:none;
}
i have not checked if this square has any 'good' purpose.
Thanks everyone. Exactly what was needed.
Hi guys,
having the same issue. I don't seem to have a btr class. how can i rectify this?
This topic has been closed to new replies.