• Resolved fjavier

    (@fjavier)


    The button defaults to the left, how do I center or align it right? At attempting to enclose it between a <div style="text-align:center"> [read more] </div> it does not show hidden text or it does not work dynamically at putting the closing div in the proper place when unhiding content –thus ending with my hidden items centered also… I think this would be a pretty simple thing to accomplish??

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author George Gkouvousis

    (@gkouvousisg)

    Styling is usually inherited from the theme you are using.
    Unfortunately, Im not able to help you at your custom request – but yes, that wont be something hard for someone who has access at your environment and is familiar with HTML code.

    Just now installed the plugin (love it by the way, thank you kindly for it!) and had the same need to center it. In case you’re still wondering, you can center it with CSS code (in WP Dashboard -> Appearance -> Customize -> Additional CSS):

    .read-link {
      display: block;
      text-align: center;
      margin: 0 auto;
    }
    • This reply was modified 1 year, 7 months ago by neval123.
    • This reply was modified 1 year, 7 months ago by neval123.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Not able to center button’ is closed to new replies.