• Resolved lost_and_confused

    (@lost_and_confused)


    I’m having trouble centering images I post. It seems my new layout doesn’t allow centering? Even though I click on the center button to center the image and it appears centered, when I post it, the image doesn’t show up centered. The same thing happens when I choose to post the image on the right. The image is always stuck on the left side. If anybody can help, that would be great. This problem is disrupting all my posts.

    Here’s the link to my site if you need to see it: https://www.audreydao.com

Viewing 4 replies - 1 through 4 (of 4 total)
  • You have embedded styles in your current themes header.php. The one affecting your alignment ls
    img {float: left; clear: left; margin: 0 15px 5px 0; border: none}

    You need to change image to
    .entry img.aligncenter {clear: both; margin: 5px auto; border: none; display: block; }

    Thread Starter lost_and_confused

    (@lost_and_confused)

    thanks so much! that helped, but now the text doesn’t wrap around the image when the image is aligned left. instead, the text starts to appear at the bottom of the image. Also, in my right side bar, a border appeared around my “follow me” twitter icon.

    Thread Starter lost_and_confused

    (@lost_and_confused)

    i got the text to wrap around the image, but I still haven’t been able to get rid of the border around the “follow me” twitter icon.

    Thread Starter lost_and_confused

    (@lost_and_confused)

    i figured it out. Thank you for helping figure out how to center my images. I really appreciate mercime.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Centering Images’ is closed to new replies.