S sross Active member Feb 16, 2016 #1 Can someone advise css to add around 5px of spacing under username? Thanks
P Paul B XenForo moderator Staff member Feb 16, 2016 #2 This guide will help you identify specific elements you wish to style: https://xenforo.com/community/resources/how-to.4390/update?update=15924 Upvote 0 Downvote
This guide will help you identify specific elements you wish to style: https://xenforo.com/community/resources/how-to.4390/update?update=15924
S sross Active member Feb 17, 2016 #3 i still can't seem to find it. Basically when i look at your post bit info Brogan Xenforo Moderator I want space between those. I've tried adding margin css to a few different places without luck. I am very new to css :/ Upvote 0 Downvote
i still can't seem to find it. Basically when i look at your post bit info Brogan Xenforo Moderator I want space between those. I've tried adding margin css to a few different places without luck. I am very new to css :/
S sross Active member Feb 17, 2016 #4 I tried this: .admin-style-banner { background-color: @primaryMedium; border: 1px solid @primaryDarker; border-radius: 4px; padding: 4px; margin: 4px 0; text-align: center; color: white; } and it returned this: Upvote 0 Downvote
I tried this: .admin-style-banner { background-color: @primaryMedium; border: 1px solid @primaryDarker; border-radius: 4px; padding: 4px; margin: 4px 0; text-align: center; color: white; } and it returned this: