Forums

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

Home Forums CSS Wide WordPress site scrolls horizontal – Tried everything!

  • This topic is empty.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #35238
    jknetdesign
    Participant

    http://dev.senensky.com/ I have rebuilt this again and I don’t know what’s causing the body to shift horizontally. It is 1156px wide. It wants to scroll before the wrapper even touches the browser.

    #90966
    Fourize
    Member

    Your div #content has two margins applied to it, id remove the one from line 73. Also your div #colophon in the footer has a fixed width exceeding the containers width, id remove that on line 176 so it’s this…

    #access .menu-header, div.menu, #branding, #main, #wrapper {
    margin: 0 auto;
    width: 1156px;
    }

    that should do it I think!

    #90972
    jknetdesign
    Participant

    So far that works! How do I set the form to respond via email when I get a reply? Do you think this rule set is even necessary if I have the wrapper, main, and container all set to 1156px? This one:

    #access .menu-header, div.menu, #branding, #main, #wrapper {
    margin: 0 auto;
    width:1156px;
    }

    #90973
    jknetdesign
    Participant

    I just found the email setting but what do you think about the css question?

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