• Resolved blackmica

    (@blackmica)


    Hi I’m trying to adjust spacing and text on the main page. If you take a look at the first post the Title and the “Add a comment” kind of run into each other.

    https://www.ob-photo.com

    Kind of nitpicking but is there anyway to adjust the spacing or text size there? Thanks for any help.

Viewing 2 replies - 1 through 2 (of 2 total)
  • .entry-cmt {
    float:right;
    font-size:1em; — change to smaller size like .75em or .5em
    font-weight:700;
    text-transform:uppercase;
    cursor:pointer;
    margin:-20px -21px 2px 10px; — margin: 0 -21px 2px 10px
    padding:5px 8px;
    }
    Good luck.

    Thread Starter blackmica

    (@blackmica)

    You are as awesome as it gets. Much appreciated.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Trying to adjust text size and spacing on main page’ is closed to new replies.