[xFv] Well-known member Dec 29, 2015 #1 Hello! I am looking to bring the blue visitor panel stats box margin down just past the avatar to make it a evenly squared around the avatar. This is what I have thats not working... Code: .sidebar .visitorPanel .stats {margin-bottom: 50px;} Any help is much appreciated. THANX!
Hello! I am looking to bring the blue visitor panel stats box margin down just past the avatar to make it a evenly squared around the avatar. This is what I have thats not working... Code: .sidebar .visitorPanel .stats {margin-bottom: 50px;} Any help is much appreciated. THANX!
Steve F Well-known member Dec 29, 2015 #2 You can add this in EXTRA.css Code: .sidebar .visitorPanel .secondaryContent { overflow: hidden; } Upvote 0 Downvote
[xFv] Well-known member Dec 29, 2015 #3 Steve F said: You can add this in EXTRA.css Code: .sidebar .visitorPanel .secondaryContent { overflow: hidden; } Click to expand... This is exactly what I needed! Thank You and works awesome! Upvote 0 Downvote
Steve F said: You can add this in EXTRA.css Code: .sidebar .visitorPanel .secondaryContent { overflow: hidden; } Click to expand... This is exactly what I needed! Thank You and works awesome!