• Hi guys,

    i am having trouble with my mobile version of Twentythirteen on my iPhone. Like many other people as well I have some space on the right side of the screen when opening it with safari and I can’t find whats responsible for that. iPad and Desktop works fine.

    This is the site im talking about: https://www.haengesessel-abc.de

    Do you have an idea of what might be the reason? I tried to change some stuff in the style.css, but I’m not exactly a pro…

    Also, while im here: I would like the images in my articles to resize with the rest of the Page when visiting it from a mobile device – how is that supposed to work?

    Thanks a lot!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter nefasis

    (@nefasis)

    Okay, i figured it out myself, it was an issue in the .side-main .sidebar-container.
    I just put this in the media queries fpr max-width 359 pixels:

    .site-main .sidebar-container {
    	height: auto;
    	margin: 0 auto;
    	max-width: 350px;
    	position: relative;
    	top: 20px;
    }

    This is probably a pretty “dirty” solution, but it works for me…

    Thread Starter nefasis

    (@nefasis)

    It seems like this only worked for a few minutes – i have no idea how and why. After waiting some time and checking the site again from my iPhone, it all looked the same again.

    Still thankfull for some ideas!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Twentythirteen mobile white space on the right’ is closed to new replies.