Viewing 8 replies - 1 through 8 (of 8 total)
  • Hello, the images are currently getting wrapped with a style/css class that is floating the images left. Doing this shifts the images to the left and creating this issue.
    1.) go in to the admin of your site.
    2.) navigate to the post that is having this issues.
    3.) click on the image with your mouse
    4.) you should then see 2 boxes show up laying over it image.
    5.) click the one that looks like a picture in a frame
    6.) this will open up the image info box, you should see on this box called “alignment”
    7.) change this radio button to none

    if for some reason this is already none, then you will have to change your themes style sheet. if would would like help with that i can do so.

    Thread Starter MobileWill

    (@mobilewill)

    Thanks, I ended up setting it to center and that worked since it was set to none already.

    I should fix it so that none works for future posts.

    way cool, glad i could help !

    Thread Starter MobileWill

    (@mobilewill)

    So for none, is it missing a CSS style for that image settings?

    looking at the CSS style, it seems that when you set alignment to none, the style gives it a float left, this really should be float none and display: block; in a perfect world.

    if setting the image alignment to center works and your ok with they way it looks then you do not have to update or change the stylesheet.

    Thread Starter MobileWill

    (@mobilewill)

    Its looks good in this case. Can you just give me the location in the style sheet to fix it, and I can also send it to the theme developer.

    Thanks!

    style.css line:185 .alignnone{float:left;……}

    Thread Starter MobileWill

    (@mobilewill)

    Perfect. Thanks again.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Image and Bullet lists alignment’ is closed to new replies.