Login Form Rearrange
HSNM Front-end Welcome Portal general discussion about HTML, CSS, layout, custom apps, templates

Rate this topic
   Post Reply
5 posts   •   Page 1 of 1
kostas2911
Posts: 17
Joined: 29 Mar 2018, 11:31

Login Form Rearrange

by kostas2911 » 08 Sep 2018, 20:24

Is there a quick way that i can reorder the login page appearance order on mobile devices?

I would like welcome back module to be on top of social login module.

HSNMSupport
Posts: 1532
Joined: 26 Jul 2016, 09:16

Re: Login Form Rearrange

by HSNMSupport » 11 Sep 2018, 09:56

Hi kostas2911,

you can arrange the login page by using CSS in your template. But once you have modified something, changes will be applied to all kind of devices.

So, you can't arrange the login page just for mobile devices.

Best Regards.

kostas2911
Posts: 17
Joined: 29 Mar 2018, 11:31

Re: Login Form Rearrange

by kostas2911 » 11 Sep 2018, 10:15

Thnak you.
Can you please provide me a working example of how to reverse order of social login and welcome back?

HSNMSupport
Posts: 1532
Joined: 26 Jul 2016, 09:16

Re: Login Form Rearrange

by HSNMSupport » 11 Sep 2018, 10:25

Hi kostas2911,

I'm sorry but we don't have any example on doing what you asked.

You just need CSS knowledge. To know fields' name of the login app you can look for them in your browser inspector (F12 button).

Best Regards.

kostas2911
Posts: 17
Joined: 29 Mar 2018, 11:31

Re: Login Form Rearrange

by kostas2911 » 17 Sep 2018, 19:42

After a lot try and error i did it.
For anyone who maybe interested i post the code.

Code: Select all

@media only screen and (max-width: 600px) and (min-width: 1px) { #AppContentRegistration { display: flex; flex-direction: column; } #AppContentRegistrationTexts { order: 1; } #AppContentRegistrationRegister { order: 3; } #AppContentFormsLogin { order: 2; } #AppContentFormsLoginFormLogin { border-radius: 0px; margin-bottom: 0px; } #AppContentFormsLoginFormTable { width: 100%; margin-bottom: 30px; } }

Rate this topic

Who is online

Users browsing this forum: No registered users and 12 guests

It is currently 27 Apr 2024, 20:23