Archived topic
Mobile version width
18 replies · Started by Nikola on September 11, 2016
Hello,
I have a small issue with site width in mobile version. There is some space on the right side and I can't figure out what causes this.

I tried with changing settings for header, sidebars etc. but no change.
Looks like something in your content is wider than the container and pushing itself out of it.
Can you see anything sticking out as you scroll down?
It's strange since it happens also when there is only single post or contact page for example, without sidebars or any widgets.
Can you link me to a page where it's happening?
Of course. Can I email it to you since the site is not yet finished?
Absolutely, just use the contact page on this site.
I'm off to bed pretty quickly (almost 12am), so if you don't hear from me tonight I'll get back to you first thing in the morning :)
No problem Tom, it's not urgent. Thank you so much.
This is also happening with my site, so I'm also interested in what causes this. Thanks.
Try adding this CSS:
.search-item .screen-reader-text {
top: 0;
right: 0;
left: auto;
}
I've added this to the next version.
As always! Thank you!
Thanks for reporting it! :)
Hi Tom, this is happening again. :( Could you please take a look? Thanks.
Is adding the above CSS not fixing it anymore?
Noup. It was fine for some time and now it came back. I'm confused.
I just made an adjustment to the CSS above :)