Forums

[resolved] Meta at end of posts is on two different lines? (5 posts)

  1. bigez
    Member
    Posted 1 year ago #

    Can someone take a look at http://collegebasketballtalk.com? Just started this blog.

    After the post, there's a link to the categories and a link to the comments. I want to make the FONT smaller on those two items and I also want to get them onto THE SAME LINE.

    Please help!!!

    Thanks.

  2. doc4
    Member
    Posted 1 year ago #

    bigez,

    Look for the following style in your style.css.

    .meta-bottom .alignleft {
       width: 70%;
       }

    Now comment it out like so:

    /*.meta-bottom .alignleft {
       width: 70%;
       }*/
  3. bigez
    Member
    Posted 1 year ago #

    That did it... now, where in the code do I make the font of that line smaller?

  4. doc4
    Member
    Posted 1 year ago #

    bigez,

    Add your font size to both .alignright and .alignleft.

    .alignright {
       font-size: 10px;
       float: right;
       margin: 0 0 8px 8px;
       }
  5. bigez
    Member
    Posted 1 year ago #

    Great. Thanks.

Topic Closed

This topic has been closed to new replies.

About this Topic