Blog posts text are automatically centering

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • JohnGrind
    New Member
    • Jul 2014
    • 21
    • 4.2.X

    [Blog] Blog posts text are automatically centering

    I don't know when this started happening, but now, the text in the blogs only comes out centered, even if it is not chosen, or if if left or right is chosen, etc. When it's saved and published, everything is centered.

    How do I fix this?
  • Zachery
    Former vBulletin Support
    • Jul 2002
    • 59097

    #2
    Default style, templates, language, phrases, and no announcements or notices with custom html?

    Comment

    • JohnGrind
      New Member
      • Jul 2014
      • 21
      • 4.2.X

      #3
      What do you mean style, templates, languages, phrases? The only html I have in my announcements or notices are links.

      Comment

      • Zachery
        Former vBulletin Support
        • Jul 2002
        • 59097

        #4
        How about a link to the page with a problem?

        Comment

        • JohnGrind
          New Member
          • Jul 2014
          • 21
          • 4.2.X

          #5


          All the blogs are centered. When you go to make a new post, even if you don't click on center, it comes out that way once it's saved and published, no matter what you do.

          Comment

          • Replicant
            Senior Member
            • Sep 2014
            • 527

            #6
            If you right click on the page and view source, the first line of code between <!-- END TEMPLATE: ad_global_below_navbar -->
            and <!-- BEGIN TEMPLATE: footer --> is
            Code:
            <div align="center">
            by the looks of intending to center the Blogs image. All of the blogs below are inside that div element, so they are affected as well.


            Comment

            • JohnGrind
              New Member
              • Jul 2014
              • 21
              • 4.2.X

              #7
              So how do I fix it..?

              Comment

              • Replicant
                Senior Member
                • Sep 2014
                • 527

                #8
                try adding
                Code:
                #usercss {
                text-align: left;
                }
                to your additional.css


                Comment

                • Zachery
                  Former vBulletin Support
                  • Jul 2002
                  • 59097

                  #9
                  I'm pretty sure that align in the center div is not normally there. Did you add it when you added your blogs image?

                  Comment

                  widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
                  Working...