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 to center the navigation bar? in vb 4.2.1 (https://vborg.vbsupport.ru/showthread.php?t=302832)

JohnD5000 09-30-2013 05:57 PM

How to center the navigation bar? in vb 4.2.1
 
Hello,

How do I center the navbar as has been done on this site:

www.empirisoft.com/support

I have searched hi and low to no avail, thanks.

john@burmese.org

Bubble #5 10-03-2013 04:42 AM

I have asked this same question many times. No one has been able to answer it.

The link you provided was for vB 3.6. There used to be a hack for that older version, but it doesn't work with 4.2.1. If I figure it out I'll let you know how I did it.

fxdigi-cash 10-05-2013 05:35 PM

There is should be an answer of course, but may not the best as you know...

You can add some css to your class .navtabs:

.navtabs {
[S]padding-left: 0;[/S]
margin-left: 10%;
margin-right: 10%;
}

webmastersun 10-10-2013 02:34 PM

Show your site and I can help you center navigation
or you can try this code
.css_your_navi{
margin: 0px auto;
width: 800px;
}

demdev 10-17-2013 10:03 AM

I found this option under admincp/styles templates/style manager/[your current style]/edit template/CSS Templates

from there you need to find the .footer id or class, copyright is likely the class, depending on your theme, and set text-align to center...worked for me.....

demdev 10-18-2013 11:54 AM

Just realized my mistake.....you were after the nav section....same holds true....lemme look through, but that question is definitely a css change. Sorry for the mistake in my answer, thought you were looking at sub-footer text. Will post the correct line if I can find it, though I believe the same area of admincp is where you would find it.


All times are GMT. The time now is 10:01 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.02811 seconds
  • Memory Usage 1,716KB
  • 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
  • (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