Jump to content

Space between user tiles on login page


Go to solution Solved by Happy2Play,

Recommended Posts

Posted

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

  • Solution
Happy2Play
Posted

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
Posted

Oh man! That is exactly what I was looking for, thank you!

 

PS. Just started another topic since you are so helpful

Posted

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".

Happy2Play
Posted

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

Nope they are "div.cardBox.visualCardBox".

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...