View Full Version : How do you make quick navigation box bigger to remove scroll bar?
huskermax
12-05-2010, 11:37 PM
I would like to get rid of the scroll bar in the quick navigation menu. Make the box big enough so one does not have to scroll through the links.
Lynne
12-06-2010, 02:15 AM
It is set in vbulletin.css:
.navpopupbody {
width:auto;
max-height:350px;
....
}
So, you need to change that value to whatever you want.
huskermax
12-06-2010, 05:42 PM
It is set in vbulletin.css:
.navpopupbody {
width:auto;
max-height:350px;
....
}
So, you need to change that value to whatever you want.
Thanks I got rid of the scroll bar.
squall leonhart
01-17-2011, 01:33 PM
Thank you so much.
https://vborg.vbsupport.ru/attachment.php?attachmentid=125719&stc=1&d=1295278240
So if I want to widen the width of quick navigation (before it extend to .navpopupbody), how can I do that?
Lynne
01-17-2011, 05:52 PM
The width is set in that same CSS I posted about. It is set to auto, so if you want to set it specifically, then just change that to an actual width.
squall leonhart
01-18-2011, 04:08 AM
Thank so much, I'm still looking for it :)
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.