The new forums will be named Coin Return (based on the most recent vote)! You can check on the status and timeline of the transition to the new forums here.
The Guiding Principles and New Rules document is now in effect.

new penny arcade banner wider than forum frame, issue on mobile browsers + desktop site

syndalissyndalis Getting ClassyOn the WallRegistered User, Loves Apple Products, Transition Team regular
edited August 2016 in H.Q. Reception Desk
0bpynt0sn2ng.png

Just pointing out an issue in the CSS

SW-4158-3990-6116
Let's play Mario Kart or something...
syndalis on

Posts

  • bowenbowen Sup? Registered User regular
    Works fine for me, chrome on windows, etc

    might be an ipad pro thing

    not a doctor, not a lawyer, examples I use may not be fully researched so don't take out of context plz, don't @ me
  • TubeTube Registered User admin
    I dunno man I think you're the only one that has one of those

  • Munkus BeaverMunkus Beaver You don't have to attend every argument you are invited to. Philosophy: Stoicism. Politics: Democratic SocialistRegistered User, ClubPA regular
    It's the same on a regular iPad in safari.

    Humor can be dissected as a frog can, but dies in the process.
  • syndalissyndalis Getting Classy On the WallRegistered User, Loves Apple Products, Transition Team regular
    It's the same on a regular iPad in safari.

    just tested on one of those as well. yup

    SW-4158-3990-6116
    Let's play Mario Kart or something...
  • VeeveeVeevee WisconsinRegistered User regular
    edited August 2016
    syndalis wrote: »
    It's the same on a regular iPad in safari.

    just tested on one of those as well. yup

    We get it, you like Apple, but sometimes there are consequences for the decisions you make.

    The same problem is there on a Galaxy S7 chrome when requesting the desktop site.

    Veevee on
  • MuffinatronMuffinatron Registered User regular
    edited August 2016
    The problem is when you view the desktop site at a small enough width to not accommodate the 1050px required by the centred header content links/logo. The fact that tablets max res is 1024 pixels is meaning they're all seeing it, but you can reproduce it on a laptop or desktop computer as well.

    If it helps ~ Line 2902 in http://forums.penny-arcade.com/themes/pennyarcade/design/custom.css?v=2.4.24.57bf5fa1 is where that gets set:
    .headerWrap .content {
      width: 1050px;
      min-width: 1050px !important;
      max-width: 1500px !important;
      margin: 0 auto;
    }
    

    Muffinatron on
    PSN: Holy-Promethium
  • ShimshaiShimshai Flush with Success! Isle of EmeraldRegistered User regular
    Yeah, zooming in to a huge degree on desktop can get the same effect as shown in the screenshot above.

    Steam/Origin: Shimshai

    steam_sig.png
  • TubeTube Registered User admin
    fine I'll submit a ticket

    wash the dishes tube, sweep the floors tube...

  • TubeTube Registered User admin
    This should be fixed, someone test it on your garbage shitbox.

  • LostNinjaLostNinja Registered User regular
    I'm still getting it on my iPad.

  • TubeTube Registered User admin
    uuuuuuggggggghhhhh

  • syndalissyndalis Getting Classy On the WallRegistered User, Loves Apple Products, Transition Team regular
    1zqnmz6lpkrx.png

    if you can see between this and the first photo, it is definitely better, but still not fixed.

    SW-4158-3990-6116
    Let's play Mario Kart or something...
  • Ark EvensongArk Evensong The NetherlandsRegistered User regular
    Also still here on (Windows 10 PC) Chrome.

    This is at 1920 x 1080 - I'm lazy, though. So I'm on my couch looking at the TV with a 150% "Windows zoom" and a 125% Chrome zoom. (If the 1050 px. thing is correct, then yeah, that would stretch it to 1969 pixels, a little beyond 1920.) Haven't noticed a difference pre-/post-fix.

    It's just the top banner that extends beyond the screen, the rest of the forum fills the screen. So I get a left-right scrollbar at the bottom.

  • TubeTube Registered User admin
    Is this having an effect on usability or does it just look janky

  • Ark EvensongArk Evensong The NetherlandsRegistered User regular
    edited September 2016
    Nah, it's fine. I expect a little jankiness with my setup.
    Normal use:
    R2wkoWZ.jpg
    (note the scrollbar at the bottom.)

    Scrolled right:
    3gtWN2M.jpg
    Pretty minor, for me at least.

    Ark Evensong on
  • LostNinjaLostNinja Registered User regular
    It's just visually annoying for me, no usability issues.

    (On iPad)

  • syndalissyndalis Getting Classy On the WallRegistered User, Loves Apple Products, Transition Team regular
    edited September 2016
    It has zero effect on usability, but just from a most basic design thing people should really keep things with fixed minimum width below 1024 pixels.... OR set the min-width of the rest of the elements at the larger number also and let viewport sort it out.

    syndalis on
    SW-4158-3990-6116
    Let's play Mario Kart or something...
  • TubeTube Registered User admin
    ok sure well I'll tell the guy he's below your standards

  • syndalissyndalis Getting Classy On the WallRegistered User, Loves Apple Products, Transition Team regular
    Tube wrote: »
    ok sure well I'll tell the guy he's below your standards

    Its not about my standards at all and not intended to be confrontational - its just an annoying bug that steals some % of screen real estate from a fairly popular device segment, that could be resolved with this:
    .headerWrap .content {
        overflow: hidden;
        width: 950px;
        max-width: 100%;
        padding: 0 20px;
        margin: 0 auto;
    }
    

    SW-4158-3990-6116
    Let's play Mario Kart or something...
  • LostNinjaLostNinja Registered User regular
    edited September 2016
    Just wanted to see if this is still getting worked on or if it got pushed far down the list since there's no usability problems?

    LostNinja on
  • TubeTube Registered User admin
    It's not being submitted I'm afraid. We'd have to pay for it and I'd rather spend that on other things.

  • Munkus BeaverMunkus Beaver You don't have to attend every argument you are invited to. Philosophy: Stoicism. Politics: Democratic SocialistRegistered User, ClubPA regular
    Hey so, in this thread: http://forums.penny-arcade.com/discussion/207165/pumpkin-faces-in-the-night-i-remember-halloween#latest the forum becomes unreadable because of the banner bug.

    Humor can be dissected as a frog can, but dies in the process.
  • EchoEcho ski-bap ba-dapModerator, Administrator admin
    I think that's due to the embedded video (not an image) in the OP. Forum doesn't scale it down like it does with images.

Sign In or Register to comment.