MyBB Community Forums

Full Version: Responsive Login Buttons
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I've been having problems with the login & signup buttons on my page
they show fine on desktop but when someone uses mobile the login & signup buttons just disappear from the page & same thing with the banner,
how can i fix this? 

Forum : https://fireeagle.site/agarioforums/
Your theme is not responsive.

Your login is placed inside a <table> element that contains the logo (1300px width) next to the login section. Reaching a display size less than 1300px the rest to the roght will disappear (outside the viewport).

In your case you need to get rid of the table-design and remake your entire header or make the logo scalable for example.
First of all, reduce the dimensions of your header image (./images/logo.png) and remove the transparent area to the left and right of the image content.

[ExiTuS]