• grimmflow

    (@grimmflow)


    I have the recent comments widget in my sidebar, the problem with it is that it doesn’t allow for the titles to be cut off when they reach a certain character limit. Does anyone know how I would go about fixing this?

    https://fairytailonline.com/

    Check out the latest comments widget to see what I mean.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Nile Flores

    (@blondishnet)

    That may be a CSS error. You might want to specify the line

    Also, in your CSS, your header titles in your content areas should remain h2 while your sidebar is h3. Due to organization in your html and also for SEO, your headers in content (posts and page headers) should never be the same header type.

    Rather than designate a #recent comments, you need to designate in general your CSS

    .sidebars li li{
    	margin-bottom:0px;
    	border-bottom:1px solid #c0c0c0;
    	padding:8px 0 8px 10px;
    }

    You may view source and see how I do this in WP Addict ( https://wpaddict.net ).

    Thread Starter grimmflow

    (@grimmflow)

    Thanks for the advice, but I’m not worried about that at the moment, I’m just worried about the length of the titles under the “latest comments” widget. I know for a fact if I can limit the amount of characters in the titles then there won’t be any problems with how the list items display in the widget. Though thanks for advice again, I’ll implement it when I’ve fixed this problem.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Recent comments problems’ is closed to new replies.