• Resolved tuunup

    (@tuunup)


    Hi, in my most current post (www.tuunup.com) I have uploaded some photos. The first one and the last one won’t center. When viewing them under “Edit Post”, these two photos look centered just like the other photos in the same post. These two photos are also the only two that I’ve added captions to. Anyone have suggestions on how to fix this? Thanks.

Viewing 3 replies - 1 through 3 (of 3 total)
  • in style.css:

    /* Required WordPress Classes, don't remove these.
    -----------------------------------------------------------*/
    font-family: "Times New Roman", Times, Serif;
    
    .aligncenter {
      display: block;
      margin-left: auto;
      margin-right: auto;
      }

    the line with ‘font-family: …’ is not valid code and blocks the rest of the style file:

    either: delete font-family: "Times New Roman", Times, Serif;
    or: turn it into a valid style; for instance:
    body { font-family: "Times New Roman", Times, Serif; }

    Thread Starter tuunup

    (@tuunup)

    I tried both deleting it and turning into into a valid style but neither one worked. Those photos still won’t center. ??

    Thread Starter tuunup

    (@tuunup)

    Never mind. It worked. Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Photos won’t center’ is closed to new replies.