Jump to content

Space between user tiles on login page


cochize1
Go to solution Solved by Happy2Play,

Recommended Posts

cochize1

Hi, is there a way to make the tiles on the login screen had the same space left/right and top/bottom? I only managed to change the distance between the tiles horizontally but no luck in the part highlited in the attached picture, any help?

5de05613d6d0f_margin.jpg

Link to comment
Share on other sites

  • Solution
Happy2Play

Technically they do have the same space until you hide/remove there names.

 

But something like this, since the "cardBox-bottompadded" is already !important.

[data-type="User"] div.cardBox.cardBox-bottompadded {margin-bottom: 0em!important;}

Best I could target and not have it affect every cardbox since page ids have been removed.  Note sure if any other area may be affected.

  • Like 1
Link to comment
Share on other sites

Technically they do have the same space until you hide/remove there names.

 

But something like this, since the "cardBox-bottompadded" is already !important.

[data-type="User"] div.cardBox.cardBox-bottompadded {margin-bottom: 0em!important;}
Best I could target and not have it affect every cardbox since page ids have been removed. Note sure if any other area may be affected.

It might affect the user cards in the dashboard, under "users".

Link to comment
Share on other sites

Happy2Play

It might affect the user cards in the dashboard, under "users".

Nope they are "div.cardBox.visualCardBox".

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...