Forums

[resolved] Problem with container/content alignment in mobile Safari (3 posts)

  1. swelldone
    Member
    Posted 7 months ago #

    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

  2. pete_voce
    Member
    Posted 7 months ago #

    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%;}

  3. swelldone
    Member
    Posted 7 months ago #

    That did the trick, thanks Pete!

Reply

You must log in to post.

About this Topic