Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Website not centering (too much extra space on the right

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #45773
    squeeker
    Member

    Hi, everyone! I am designing a website in WordPress with the Thematic framework. I am having an issue that has not occurred before when using this theme for other sites that I created. The div does not center. If I use margin:auto, it moves away from the left but also adds space to the right side, which makes the web page WIDER. This is obviously not the look that I am going for. If I don’t use margin: auto it is left justified. I did the code validation and worked through it. Nothing really jumped out as the reason. I used Firebug and nothing works. Could a fresh and more experienced set of eyes take a look and suggest a way (or ways) to fix this? So frustrated.

    http://www.emolldesign.com/woofums

    Thanks!!

    #139983
    Kitty Giraudel
    Participant

    The only problem I see on your page is the image being to wide. This should fix it.

    .entry-content img { max-width: 100% }

    #140024
    arunsingh
    Participant

    Yes I agree with HugoGiraudel you are right if image will be fixed than page will be automatically looks fine.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘CSS’ is closed to new topics and replies.