cochize1 46 Posted November 28, 2019 Posted November 28, 2019 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?
Solution Happy2Play 9441 Posted November 29, 2019 Solution Posted November 29, 2019 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. 1
cochize1 46 Posted November 29, 2019 Author Posted November 29, 2019 Oh man! That is exactly what I was looking for, thank you! PS. Just started another topic since you are so helpful
chef 3808 Posted November 30, 2019 Posted November 30, 2019 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 9441 Posted November 30, 2019 Posted November 30, 2019 It might affect the user cards in the dashboard, under "users". Nope they are "div.cardBox.visualCardBox".
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now