• Resolved swelldone

    (@swelldone)


    Having an issue with the alignment of my body content/container, but only in mobile Safari. The header and footer are lined up correctly (centered) but all other content is skewed to the right of the page. I’ve tried tweaking all of the content column values with no luck, so I’m wondering if there’s a conflict somewhere? Thanks for any suggestions… http://swelldone.com

Viewing 2 replies - 1 through 2 (of 2 total)
  • It looks like the wp_content div was too big for it’s parent container. Add this right before your footer css declarations:

    #wp_content_wrapper {width: 560px;}
    #wp_content {width: 530px;}
    #wp_content_single {width: 100%;}

    Thread Starter swelldone

    (@swelldone)

    That did the trick, thanks Pete!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Problem with container/content alignment in mobile Safari’ is closed to new replies.