Responsive Login Buttons - Printable Version +- MyBB Community Forums (https://community.mybb.com) +-- Forum: 1.8 Support (https://community.mybb.com/forum-175.html) +--- Forum: General Support (https://community.mybb.com/forum-176.html) +--- Thread: Responsive Login Buttons (/thread-235622.html) |
Responsive Login Buttons - Adminnn - 2022-05-06 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/ RE: Responsive Login Buttons - [ExiTuS] - 2022-05-06 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] |