Bradley Prout

Well-Known Member
trying to add a banner below the avatar?
 

Attachments

  • Screenshot (73).png
    Screenshot (73).png
    190.5 KB · Views: 20
  • Admin.png
    Admin.png
    39.7 KB · Views: 21
Extra.css:

Code:
@media (max-width:@maxResponsiveNarrowWidth) {
.navTab.customLogout, .messageUserBlock div.user_rank_box { display: none !important; }
}
 
You have some weird positioning on the avatar,

Code:
@media (max-width:@maxResponsiveNarrowWidth) {
.Responsive .messageUserBlock div.avatarHolder {
  position: absolute;
  top: 0;
}}

In extra would probably do it, you're using like top: -60px which is giving it a blank space.
 
Lol, Russ we are almost there dude. Sorry. Picture below shows that the bar doesn't quite finish off

And a odd white line on the right side.
 

Attachments

  • Screenshot_20160401-003443.png
    Screenshot_20160401-003443.png
    240.6 KB · Views: 15
  • Screenshot_20160401-003714.png
    Screenshot_20160401-003714.png
    250.2 KB · Views: 16
I'll need to debug it tomorrow, you have some weird CSS going on in your style which I can see why you're trying to do it, but it's changing it in responsive view and breaking it.

I'm taking off for the night but you can try this:
Code:
@media (max-width:@maxResponsiveNarrowWidth) {
.messageUserBlock { margin-right: 0px !Important; } }
 

Pre-Sale Questions

If you have any questions or concerns you want to ask before you make a purchase don't hesitate to use one of our multiple support channels for your convenience.

Back