• In the last couple of weeks, text across all posts, pages and widgets has become centered by default.

    Even my Front Page hero content has moved from left alignment to centered.

    I have changed nothing except to keep up with regular updates.

    Anyone else seen this, is it a bug and can it be fixed?

    https://gramjoeldavies.uk

    • This topic was modified 8 years, 1 month ago by gjdavies.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @gjdavies!

    I’ve just pulled up your site and didn’t see any centered text – are you still having trouble with this? ??

    The same thing has happened to the school website I manage (I’m a parent). A far as I know I (or the school) didn’t do anything. https://www.stisabellaschool.org

    Scott

    Hi @heywatchit!

    When I inspect your site, I see an style attribute on your page’s main body tags. Have you updated your theme or installed any new plugins recently?

    A good first step will be to disable all of the theme’s plugins, to see if that removes the centered text. If it does, you know a plugin is causing the change, and you can start turning them back on one at a time to figure out which one.

    If disabling the plugins does not do the trick, you might want to check in on the support forum for your theme, which looks like it is Catch Responsive.

    The theme has a support forum here: https://www.ads-software.com/support/theme/catch-responsive
    The theme author/other users may be able to help you track down the issue if it is related to the theme itself.

    If all else fails, you could try using some CSS to counter the effect:

    /* counteract centered text */
    body {
    	text-align: initial !important;
    }

    That should re-align things, but I’d only recommend it as a last resort, as that kind of CSS style can get in the way later on. Definitely try the plugin approach and your theme’s support forum first ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Centered Text Site-wide now’ is closed to new replies.