• I have a blog at YouthMuse.com. If you look at the home page, it shows excerpts.

    The title of the excerpts is cut off if it is too long. In other words, it doesn’t wrap like I would expect it too. This is especially try if the text size in the browser is set to large or extra large.

    Also the text below the title does the same thing.

    Is there a way to correct this? I am using the Modern-Clix theme.

    Thanks,

    Greg

Viewing 3 replies - 1 through 3 (of 3 total)
  • in style.css of your theme:

    find:

    .post-content h3 {
    	line-height: .9;
    }

    try and change to:

    .post-content h3 {
    	line-height: .9;
    width:570px;
    }

    (only tested in firefox; not tested site wide)

    Thread Starter Gregoryagu

    (@gregoryagu)

    Stellar, thanks so much!

    My title is being cut off. Haven’t made any changes, thought it might be a glitch but this is the 3rd day & still the same.
    I’m using Theme design by Tomek Mazur 2009 & version 3.1.2 with Bluehost.
    Can you plese tell me what I can do to fix this.
    My site is http://www.mitzivines.com

    Thanks,
    Mitzi

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Post title cut off’ is closed to new replies.