Graphene 1.1.4 – Excerpts – aligning image to right instead of left

  • stevivor

    #479

    Hi!

    GREAT theme, and absolutely LOVING the changes that 1.14 has brought. Quick question…

    I would like to align the excerpt image of each post to the right rather than the left. I’m sure it’s easy, I’m just stupid with CSS. Mind giving me a push in the right direction?

    My site is at http://www.stevivor.com

    Thanks for all your hard work!

    Admin

    Syahir Hakim

    #12621

    Insert this code in the Custom CSS option:

    .entry-content .excerpt-thumb {
    float: right;
    margin: 5px 0 0 5px;
    }

    Perhaps you’d also like to align the Read More button to the left:

    .post .block-button, .post .block-button:visited{
    float: left;
    }
    a.more-link, a.more-link span {
    margin: 0 0 5px 5px;
    }

    stevivor

    #12622

    Thanks, Syahir! Worked a treat!

Viewing 3 posts - 1 through 3 (of 3 total)

  • You must be logged in to reply to this topic.