We're merging with GenerateBlocks! Learn more here.

[Resolved] Center align read more text

Please login to receive premium support.

Support for the free plugin can be found here.

Home Forums Pro Support Center align read more text

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #102
    Jamal
    Participant

    Hi Tom,

    Loving the plugin. How can i center align the read more text?
    Thanks

    #103
    Tom
    Keymaster

    Hi Jamal,

    Glad you’re liking it!

    I need to add a wrapper around the read more button.

    For now, this should work:

    .wp-show-posts-inner {
        text-align: center;
    }
    
    .wp-show-posts-inner .wp-show-posts-entry-header, 
    .wp-show-posts-inner div {
        text-align: left;
    }

    Not very elegant, I’ll get an update out with a wrapper for that button ASAP 🙂

    #106
    Jamal
    Participant
    .wp-show-posts-inner {
        text-align: center;
    }

    I have used the above for now. Would be awesome to have an option like for the social to chose the alignment. Also would be great to use own colors rather than chose from the drop down.

    Hope im not being a pain. Awesome job thanks !

    #107
    Tom
    Keymaster

    No pain at all! Support topics and suggestions are essential to improving a new plugin or theme. I really appreciate them! 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.