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

    (@cyberws)

    Shortcodes need to be enabled in the functions.php file in your theme.

    Add the following at the very bottom of that file and save (upload if necessary). Backup file before editing in case you mess up and need to restore.

    add_filter('widget_text', 'do_shortcode');.

    Plugin Author Me

    (@cyberws)

    To center you edit the theme. I am guessing you are using the default theme and not on the quote itself.

    So view the “Settings” area.

    In there you may add text-align: center;

    To area that says style=

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to center quote on Clearwise Daily Quotes?’ is closed to new replies.