How do I reposition this element? The issue is that in its current position, if the slider bar appears, it almost completely hides this element. I want to move it to the left sufficiently so it doesn't get hidden.
Announcement
Collapse
No announcement yet.
Profile Preview Edit Icon position
Collapse
X
-
Profile Preview Edit Icon position
- Issues & Questions
-
vBulletin Version5.7.5 Patch Level 3
How do I reposition this element? The issue is that in its current position, if the slider bar appears, it almost completely hides this element. I want to move it to the left sufficiently so it doesn't get hidden.The Linux Community has given me much. I do what I can to return the favor!Tags: None
- Top
- Translate
- Bottom
-
It's not hidden here when scrollbars are present.Originally posted by Snowhog View PostThe issue is that in its current position, if the slider bar appears, it almost completely hides this element
But if you want to move the Pencil icon, you can add this custom CSS in css_additional.css template:
That will move the Pencil icon right next the Send Message icon. If you want the icon to be on the left side, then change float value to left instead of none.Code:.ui-tooltip-profile-preview-noypiscripter .profile-preview-edit-user { float: none; }
My Amazon Affiliate Link
Fast vBulletin VPS Host:
This site is hosted by IONOS
- Top
- Translate
- Bottom
- Likes 1
Comment
-
When you click on a users name and the Profile Preview opens, yes, the scrollbar doesn't obscure the pencil icon; the scrollbar is narrow. BUT, if move your mouse to the icon and accidentally hit the scrollbar, then the scrollbar becomes wide and obscures all but the tip of the pencil icon. True, tis a small issue, but as I'm a visual person, it bugs me.Originally posted by glennrocksvb View PostIt's not hidden here when scrollbars are present.
I'll apply your custom CSS code. Thank you.
Added:
That's much better IMO. Again, thank you!The Linux Community has given me much. I do what I can to return the favor!
- Top
- Translate
- Bottom
Comment
-
Another alternative solution that keeps the pencil icon to the right is to add a little right margin to the icon to move it a little farther away from the scrollbars.
Code:.ui-tooltip-profile-preview-noypiscripter .profile-preview-edit-user { margin: 0 10px 0 -10px; }
My Amazon Affiliate Link
Fast vBulletin VPS Host:
This site is hosted by IONOS
- Top
- Translate
- Bottom
- Likes 1
Comment
Latest Posts
Collapse
-
Reply to Welcome to our newest member issueby SnowhogWow! I totally forgot about this.

I just now edited the user.php file. We have a BANNED 'new' user showing in "Welcome to our newest...Today, 08:22 AM -
Reply to Request: Instagram Media Embed or Retrieval Mod for vBulletin Forums Using Snapinstaink Approachby glennrocksvbThank you for the suggestion. I took some time to evaluate the request further and review Instagram's Terms of Use.
I understand the use...Yesterday, 12:05 PM -
I am running a vBulletin forum for a content creator community and wanted to raise a mod request around Instagram media integration. Currently when members...Yesterday, 09:14 AM

Comment