Options

Site not centered on ipad

mjpimjpi Registered Users Posts: 4 Big grins
edited November 5, 2014 in SmugMug Support
When I go to my site on the ipad/safari the initial page loads are off center. When I pinch it recenters and looks fine. But every new page I have to do that.

Support says this is a "bug and has no ETA to resolve" and I get no indication that they are even going to work on it. They suggest maybe try another template that uses a left bar. I can't be the first one to have this issue and limiting to just left bar designs so it will work on ipad seems like a poor answer to me. Before I invest time into rebuilding in a new design. I would like to see if anyone else has had this problem and found an alternative.

mikepierson.com


Mike

Comments

  • Options
    annnna8888annnna8888 Registered Users, Super Moderators Posts: 936 SmugMug Employee
    edited November 3, 2014
    Mike, I didn't want to make changes on your site, but I sent you another email suggesting setting the layout to Stretchy under Entire site, with side margins as you see fit. Currently it's set to Fixed at 1280 pixels.

    Ana
    SmugMug Support Hero
    Ana
    SmugMug Support Hero Manager
    My website: anapogacar.smugmug.com
  • Options
    annnna8888annnna8888 Registered Users, Super Moderators Posts: 936 SmugMug Employee
    edited November 3, 2014
    Mike, I replied to your email but I will provide the answer here too, for Dgrinners' benefit.

    I spoke with our engineers. They confirmed only the change of layout to Stretchy under Entire site is needed.

    You can add this CSS code to a CSS content block under Entire site. On larger screens and browsers, your site will appear to have a fixed width, but will resize appropriately on smaller screens:

    .sm-page-layout-region-body { max-width: 1280px; }

    Ana
    SmugMug Support Hero
    Ana
    SmugMug Support Hero Manager
    My website: anapogacar.smugmug.com
  • Options
    mjpimjpi Registered Users Posts: 4 Big grins
    edited November 3, 2014
    Thanks Ana. I got your email and your solution (here and in email) was the exact solution that I needed. Thanks again.
  • Options
    annnna8888annnna8888 Registered Users, Super Moderators Posts: 936 SmugMug Employee
    edited November 4, 2014
    You're very welcome, Mike. Always happy to help. :D

    Ana
    SmugMug Support Hero
    Ana
    SmugMug Support Hero Manager
    My website: anapogacar.smugmug.com
  • Options
    agalliaagallia Registered Users Posts: 541 Major grins
    edited November 4, 2014
    annnna8888 wrote: »
    Mike, I replied to your email but I will provide the answer here too, for Dgrinners' benefit.

    I spoke with our engineers. They confirmed only the change of layout to Stretchy under Entire site is needed.

    You can add this CSS code to a CSS content block under Entire site. On larger screens and browsers, your site will appear to have a fixed width, but will resize appropriately on smaller screens:

    .sm-page-layout-region-body { max-width: 1280px; }

    Ana
    SmugMug Support Hero

    Does the max width have to be 1280px or does a higher px work too related to ipad, etc?
    Acadiana Al
    Smugmug: Bayou Oaks Studio
    Blog: Journey to the Light
    "Serendipity...the faculty of making happy, unexpected discoveries by accident." .... Horace Walpole, 1754 (perhaps that 'lucky shot' wasn't really luck at all!)
  • Options
    BeaBea Registered Users Posts: 112 Major grins
    edited November 5, 2014
    Hi Al,

    That CSS code is only necessary if you want to limit the width on big screens, otherwise it should not affect the display on iPads, even increasing the max-width in the CSS code.

    I hope this helps! Please let us know if you have any further questions.
    Bea
    SmugMug Support Hero | My website: www.beabird.net
Sign In or Register to comment.