• Resolved ThriftyWifey

    (@thriftywifey)


    I’ve had to make some changed to my theme and somewhere in the process my page has messed up to where it has a horizontal scroll that I can’t get rid of. I’m not sure what I did to the theme as I pretty much learn as I go when it comes to the HTML.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter ThriftyWifey

    (@thriftywifey)

    Sorry I guess I should leave a link to my site, that may be helpful!

    http://ThriftyWifey.com

    i see no horizontal scrolling.

    Thread Starter ThriftyWifey

    (@thriftywifey)

    I’m trying to tweak it and I think I found the issue but im not sure how to repair it without messing up my layout.

    In my header there is a email subscribe form and social network buttons. I have them in the genesis simple hook and in my CSS form I removed the following and it took away the horizontal scroll but also moved my buttons. I’m not sure how to get my buttons where they are now and take out the scroll issue

    #socialmediaicons {
    position: relative;
    top: 102px;
    left: 746px;
    margin-bottom: -14px;

    }

    #socialmediaicons2 {
    position: relative;
    top: 72px;
    left: 734px;
    margin-bottom: -14px;

    }

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Page width scrolls, how do I stop it?’ is closed to new replies.