1. user_20151221022751
  2. Bug Report
  3. Friday, May 08 2020, 05:55 AM
I set user login but display position is abnormal.
how to fix at below login.
Attachments (2)
References
  1. https://www.workingplus.net/index.php/reg-login-2
admin Accepted Answer
Admin
Hi,
this happen because your template apply the CSS rule "display:flex" (line 6273 in file /templates/jsn_voyage/css/template.css) to the box that contain login form block and social login block.

To fix it you can simply add the following CSS rule to your template:
.login{display:block}
To add this code you can see docs about your template at https://www.joomlashine.com/help-center/getting-started/joomlashine-templates/add-custom-css.html
Attachments (1)
  1. more than a month ago
  2. Bug Report
  3. # 1
  • Page :
  • 1


There are no replies made for this post yet.
However, you are not allowed to reply to this post.