- Posts: 82
- Thank you received: 0
Troubleshoot with Joomla Login page not responsiv
-
miq
Inactive member - Topic Author
- Member
Less
More
9 years 7 months ago #45240
by miq
Troubleshoot with Joomla Login page not responsiv was created by miq
Dear Sir,
I am using Spark on my website. I have enable Joomla Login module in a page. After resizing the window, the login box is not responsive. It does not adjust with the window and running out of the box on the login page. Kidnly see the screenshot , if it is not working I will send it to your dzimi82 email id.
Thanks
I am using Spark on my website. I have enable Joomla Login module in a page. After resizing the window, the login box is not responsive. It does not adjust with the window and running out of the box on the login page. Kidnly see the screenshot , if it is not working I will send it to your dzimi82 email id.
Thanks
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
9 years 7 months ago #45242
by ivan.milic
Replied by ivan.milic on topic Troubleshoot with Joomla Login page not responsiv
If you added Joomla Login module, it's not responsive, you should make it via @media tag in css.
Please Log in to join the conversation.
-
miq
Inactive member - Topic Author
- Member
Less
More
- Posts: 82
- Thank you received: 0
9 years 7 months ago #45243
by miq
Replied by miq on topic Troubleshoot with Joomla Login page not responsiv
Can you please give the code and which file need to be edited in order to make login page responsive.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
9 years 7 months ago #45244
by ivan.milic
Replied by ivan.milic on topic Troubleshoot with Joomla Login page not responsiv
Try to put this code on bottom in your file template_css.css
@media (max-width: 475px) {
.control-group .controls input{
max-width: 50px;
}
}
@media (max-width: 475px) {
.control-group .controls input{
max-width: 50px;
}
}
Please Log in to join the conversation.
-
miq
Inactive member - Topic Author
- Member
Less
More
- Posts: 82
- Thank you received: 0
9 years 7 months ago #45246
by miq
Replied by miq on topic Troubleshoot with Joomla Login page not responsiv
Thanks a lot!
Please Log in to join the conversation.
-
miq
Inactive member - Topic Author
- Member
Less
More
- Posts: 82
- Thank you received: 0
9 years 7 months ago #45256
by miq
Replied by miq on topic Troubleshoot with Joomla Login page not responsiv
Dear Sir,
I have found another an error on page
Forgot your password?
Forgot your username?
If you go these pages on my site via Member Area link on the top-right and resize the window for smallest resize for mobile view. The page is responsive but SUBMIT button is running out of the box.
Can you fix this submit button on the pages mentioned above. Thanks
I have found another an error on page
Forgot your password?
Forgot your username?
If you go these pages on my site via Member Area link on the top-right and resize the window for smallest resize for mobile view. The page is responsive but SUBMIT button is running out of the box.
Can you fix this submit button on the pages mentioned above. Thanks
Please Log in to join the conversation.
Time to create page: 0.079 seconds