• Resolved bigez

    (@bigez)


    Can someone take a look at https://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.

Viewing 4 replies - 1 through 4 (of 4 total)
  • 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%;
       }*/
    Thread Starter bigez

    (@bigez)

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

    bigez,

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

    .alignright {
       font-size: 10px;
       float: right;
       margin: 0 0 8px 8px;
       }
    Thread Starter bigez

    (@bigez)

    Great. Thanks.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Meta at end of posts is on two different lines?’ is closed to new replies.