• Hi, I have just imported “Last modified timestamp”. Very easy to install and work with, but I have a question. Is it any possibility to center the text?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author Evan Mattson

    (@aaemnnosttv)

    I’m not sure if you’re referring to wp-admin or the front end, but in both cases the styling can be customized with your own css.

    E.g.

    
    .last-modified-timestamp {
        text-align: center;
        display: block;
    }
    
Viewing 1 replies (of 1 total)
  • The topic ‘I want to center the text.’ is closed to new replies.