Can someone advise me how to put the ribbon on the full size (left side), it look like the administrator box outside the line.
Code:
ACP Appearance > Users > Users Group > Administrator
<img src="administrator.gif" align="left">
ACP Appearance > Users > Users Group > Administrator
<img src="administrator.gif" align="left">
EXTRA.css![]()
Can someone advise me how to put the ribbon on the full size (left side), it look like the administrator box outside the line.
Code:ACP Appearance > Users > Users Group > Administrator <img src="administrator.gif" align="left">
.messageUserBlock .userTitle {
padding-left: -5px;
}
EXTRA.css
Play with the padding numbers to align.Code:.messageUserBlock .userTitle { padding-left: -5px; }
Are you using a special theme? There could be something there controlling it.Not working, I played with -30px, -50px, -70px, etc, it wouldn't move to the left side. Right is working but not left.
One thing you need to do is disable debug... what style are you using?
And that shoudl do it... good catch.try
Code:.messageUserBlock .userTitle { margin-left: -5px; }
in your config.php you need to comment out the $config['debug'] = true;Sure, where is disable debug mode in ACP? I will test if it work without debug.
I use default style, not master.
Dam Shelley these make me think of the old VB days! awesome stuff thanks
Sounds about right. I approve of the release thoThis was actually a custom job for someone many years ago for some ****head at vb. They ended up scamming and wasting my time by using the screenshots I posted to them me making sure they approved. So I released them.
We use essential cookies to make this site work, and optional cookies to enhance your experience.