Forum Replies Created

Viewing 1 replies (of 1 total)
  • Forum: Plugins
    In reply to: [Media Credit] CSS help
    Thread Starter hamishjoy

    (@hamishjoy)

    I don’t know what unhooking means. Does it mean I just copy the CSS codes to my main CSS file? Do I need to delete any file after I do that?

    I had saved the CSS file from an earlier version – Can I just add that to the end of my CSS and then upgrade?

    BTW – Thank you very much for the really REALLY fast reply, and thank you even ‘mucher’ for responding to what is probably an extremely novice question.

    //
    My code (that I had saved) is as below –

    .media-credit {
    font-size: 9px;
    line-height: 8px; /*11px*/
    text-align: right;
    margin: 0px 5px;
    display: block;
    color: #909090;
    }
    .media-credit a {
    font-weight: normal;
    font-size: 9px;
    }
    .media-credit-container {
    text-align: center;
    max-width: 100%;
    }
    #recent-media-sidebar {
    float: right;
    text-align: center;
    width: 150px;
    margin-top: 10px;
    padding: 10px 0;
    border-top: 4px double #999;
    border-bottom: 4px double #999;
    }
    #recent-media-sidebar .author-media {
    margin-bottom: 10px;
    }
    #recent-media-inline .author-media {
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
    }

Viewing 1 replies (of 1 total)