Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Need Help with little css issue

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #145552
    sayedtaqui
    Participant

    Hi, I have an issue with the blogging site, the tags in the site are cutting off on the edges, how to fix it? I was assuming that there must be some overflow:hidden property applied however, I cannot find a solution.
    here is the link</>
    thanks.

    #145563
    jurotek
    Participant

    Ad display inline-block and some top and bottom margin like this:

        #content .tags a {
    padding: 2px 6px;
    padding-top: 0;
    border-radius: 6px;
    font-size: 1.1em !important;
    background: #db9f0e;
    color: #fff !Important;
    text-shadow: none;
    display: inline-block;
    margin: 4px 0;
    }
    
Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘CSS’ is closed to new topics and replies.