2022-05-06, 08:47 PM
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]
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]