Read more button alignment changed after 1.9.2 update

  • WPfoot

    #8145

    I’m using Graphene version 1.9.2 with WordPress 3.6.1. I noticed the Read More button isn’t lined out to the right, but to the left, after upgrading Graphene from version 1.91. to version 1.9.2.

    I tested with a local copy and the result is that the alignment of the Read more button is caused bij the Graphene update. After restoring the style.css from version 1.9.1, the alignment problem is solved. The

    a.more-link,

    a.more-link span {

    display: block;

    margin: 10px 0 5px;

    section has disappeared from the style.css provided with version 1.9.2 file.

    Adding the section to the 1.9.2 style.css file produces a button as wide as the whole message. Anyone any idea how to solve this? Thanks.

    Anonymous

    #39382

    Please search in the forum before creating another threat. See this – https://forum.graphene-theme.com/graphene-support/more-tag-now-aligns-left-instead-of-right#post-37719

    It was actually the first thread in the forum at the time you created this topic.

    WPfoot

    #39383

    Solved bij adding

    .entry-content .more-link {

    float: right;

    }

    to custom css

    Thank you.

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

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