• Hello…. help!

    I’m using WP 3.01 and BasicMaths theme ver. 1? Whatever the version as of yesterday, 10/8/2010.

    I’m having trouble with left and center aligning images using the BasicMaths theme. Right alignment is fine. Per a related forum suggestion, I activated the default theme, TwentyTen, and images aligned fine. I tried the Constructor theme and no problems. Back to BasicMaths and there they are off to very left edge of the entire space, not just the post area. You can see it here. Anybody have a similar problem, know how to fix this? (the site’s loading slow today, suggestions for alternatives to aplus.net also welcome!)

    Thanks much in advance!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Try adding:

    .alignleft {float: left;}
    img.alignright {margin-right: 20px;}
    .aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    }

    to the bottom of your stylesheet.

    Thread Starter dNd

    (@dnd)

    Thanks esmi; but that didn’t work. I’m guessing it doesn’t matter that I added it to the very bottom of style.css? There’s an Image Styles section up top with a host of settings by image size. I have no idea if that has any bearing on it, other than getting a ticket from the code cosmetics police?

    Also, I imagine the image size doesn’t have to be exactly the dimensions specified? As long as it’s less than the specs?

    Finally, I have WP installed in a separate /dnd folder. There is a style.css in the main /public folder related to my webhosts landing page – is that relevant? Interfering in anyway with the BasicMaths stylesheet (but not TwentyTen or Constructor)?

    many thanks again!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Images don't align in BasicMaths theme’ is closed to new replies.