Forums

[resolved] Post Title Character limit? (5 posts)

  1. Mattrogers13
    Member
    Posted 2 years ago #

    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.

    http://www.five13.net/?p=571

  2. Peter Boosten
    Member
    Posted 2 years ago #

    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

  3. alchymyth
    The Sweeper
    Posted 2 years ago #

    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.

  4. Mattrogers13
    Member
    Posted 2 years ago #

    Thanks everyone. Exactly what was needed.

  5. jmclane187
    Member
    Posted 2 years ago #

    Hi guys,

    having the same issue. I don't seem to have a btr class. how can i rectify this?

Topic Closed

This topic has been closed to new replies.

About this Topic