• On my main site – http://modernsurvivalonline.com – I have found that on the front page everything looks fine. However if I click and view a post on its own page –

      everything is centered

    – all text and pictures regardless of the html formating that was done when publishing.

    I am pretty desperate as I have been working on this for the past couple of days.

    Of note – on MY computer I am using Chrome. When I look at it in IE both the front page AND the individual posts have text aligned center.

    I a not sure what everyone else is seeing.

    Any and all help would be appreciated.

    Rourke

Viewing 15 replies - 1 through 15 (of 15 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    This <center> tag is the culprit [screenshot].
    It is wrapping around all of your post’s content.
    Can you check your post’s HTML in the dashboard to see whether it’s there?

    Otherwise, try deactivating plugins to explore whether any could be responsible.

    Thread Starter JTRourke

    (@jtrourke)

    Thank Andrew –

    I was able to g back and left align everything in the post and then when I looked at it it was fine. Problem is every single one of my thousands of posts are still centered. I will start with the plug-ins and see I can find something.

    Thanks – if you think of anything else let me know.

    Rourke

    Thread Starter JTRourke

    (@jtrourke)

    I deactivated almost all of my plug-ins and nothing changed. For some reason the code is changing from when it is on te front page to when it is viewed as an individual post – it seems.

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    I checked your post http://modernsurvivalonline.com/guest-post-5/ and I can’t experience the issue anymore.
    Can you clear your browser’s cache?

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Nevermind, you said you manually took out the <center> tag for that post?
    Can you link a post with the issue?

    Thread Starter JTRourke

    (@jtrourke)

    I have cleared the cache. I believe that post is one that I manually fixed.

    Here is one that still has the problem:

    http://modernsurvivalonline.com/guest-post-on-solar/

    Thx!

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    I can’t figure out the underlying problem, but for a quick temporary fix, you could add this CSS;

    .single .entry center {
     text-align: left;
    }

    Thread Starter JTRourke

    (@jtrourke)

    Is there a particular place I should add it?

    Thread Starter JTRourke

    (@jtrourke)

    stylesheet.css right?

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    If there’s no apparent place to put CSS other than the theme’s files, try downloading this Custom CSS Manager plugin. Then enter the CSS within the Custom CSS Manager section of the dashboard.

    Thread Starter JTRourke

    (@jtrourke)

    Will this eliminated my ability to center pictures, and text if I wish?

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Yea… Let’s try to get around that by adding (appending) this;

    .single .entry center center {
     text-align: center;
    }

    Thread Starter JTRourke

    (@jtrourke)

    Sorry for my ignorance – are you say to add the new code – or replace the previous with the new?

    Thx!

    Rourke

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Adding, sorry.

    Thread Starter JTRourke

    (@jtrourke)

    Thank you! From what I can tell so far – looks like this dd the trick.

    Thank you so much!

    Rourke

Viewing 15 replies - 1 through 15 (of 15 total)

The topic ‘text alignment issues’ is closed to new replies.