vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 Design and Graphics Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=253)
-   -   How do you make quick navigation box bigger to remove scroll bar? (https://vborg.vbsupport.ru/showthread.php?t=254744)

huskermax 12-05-2010 11:37 PM

How do you make quick navigation box bigger to remove scroll bar?
 
1 Attachment(s)
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:
HTML Code:

.navpopupbody {
    width:auto;
    max-height:350px;
....
}

So, you need to change that value to whatever you want.

huskermax 12-06-2010 05:42 PM

Quote:

Originally Posted by Lynne (Post 2129873)
It is set in vbulletin.css:
HTML Code:

.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

1 Attachment(s)
Thank you so much.

https://vborg.vbsupport.ru/attachmen...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 :)


All times are GMT. The time now is 08:31 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01501 seconds
  • Memory Usage 1,718KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_html_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (6)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete