• Resolved MikeZ

    (@mikez)


    Hi All,

    I have just finished this wordpress blog for a friend of mine and I am having a problem with the spacing on the post Titles.

    The site is: http://triplesix.co.nz/

    If you look at the site you will see that the first post Title is fine, but if you look at the seconded post and everyone after that the Title of the post has moved slightly to the right.

    I have played around with this for ages trying to fix the problem, but I have had no luck at all.

    Can any one help?
    It would be much appricated.

    Thanks
    Mike

Viewing 3 replies - 1 through 3 (of 3 total)
  • The comments link P tag has a float on it. Clear the float before going to the next article.

    Looks like you already have the clear class in your CSS. You can add this div at the end here.

    <hr class="noscreen">
    <div class="clear"></div>
     </div> <!-- /article -->

    Also the margin-right is missing a : in the f-left and you probably meant to put float:right inside of f-right?

    .f-left {float:left !important;} img.f-left {float:left; margin-right10px;}
    .f-right {float:left !important;} img.f-right {float:left; margin-right:10px;}

    I removed position relative from . article, I could then see there is “no comments” text taking up the space in front of your h3 header.

    It might be best if you don’t want comments to remove the php code in your template or try ico-comment a{display:none;}
    I hope this helps.
    If you remove the position relative to see it don’t forget to put it back.

    Thread Starter MikeZ

    (@mikez)

    Hi Guys,

    I changed the ico-comment a to {display:none;} as suggested above, and it has worked perfectly.

    Thank you very much for your help.

    Cheers
    Mike

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

The topic ‘Title Spacing ?’ is closed to new replies.