• Hi there,

    I’ve got a problem with my blog.
    As the title claims: I can’t align the images, they are forced to stick to the left side of a post. I’ve tried all the solutions which have already been posted on the forum.

    Secondary; there is a border around the images, how can I remove the border?

    Here’s my style.css:

    [CSS moderated as per the Forum Rules. Please post a link to your site instead.]

    Thanks in advance!

Viewing 1 replies (of 1 total)
  • I’ve tried all the solutions which have already been posted on the forum.

    really?

    check the default theme’s style.css for alignment styles.

    also check the style.css of your theme if there is some ‘float:left;’ on something like .entry img or similar.

    border – it will have either the style border: 1px solid #123456; or similar in connection with an image style; or the images are linked and the browser default puts a border around them; to avoid this put a img { border:none; } into style.css of your theme.

    and post a link to your site, if you want to have more help with css issues.

Viewing 1 replies (of 1 total)
  • The topic ‘Problem with image alignment’ is closed to new replies.