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)
-   -   Move NavBar - Standard Theme (https://vborg.vbsupport.ru/showthread.php?t=268234)

thenashy 08-09-2011 10:38 AM

Move NavBar - Standard Theme
 
Just wondering how I move the navbar below the banner, above the breadcrumbs somewhere would be great. I need the banner space.

Cheers

setishock 08-09-2011 10:51 AM

Code:

.navbar {
        position:absolute;
        width: 94.5%; /* Added by setishock */
        {vb:stylevar right}:{vb:math {vb:stylevar padding}*2};
        right: 35px !important; /* changed by andy added */
        top:307px;
        font: {vb:stylevar header_font};
        text-align:{vb:stylevar left};
}

Tip of the hat to Andy for stirring up my curiosity about this. He had shown me how to move the toplinks around and I experimented with applying it to other objects. Danged if it didn't work.
Put in additional.css and season to taste. Those settings are for a theme I'm working on at my place so you will have to edit them for your place. Remember when you change a number to click save and reload. Then go check your forum. Refresh your browser to see the new setting work.

thenashy 08-09-2011 10:54 AM

Sorry. I meant navtabs.

--------------- Added [DATE]1312890976[/DATE] at [TIME]1312890976[/TIME] ---------------

Also. Will that change for all styles? I only want it for one.

--------------- Added [DATE]1312891153[/DATE] at [TIME]1312891153[/TIME] ---------------

Also. I just changed that. And it displays halfway down the page, and behind the forum. :-(

setishock 08-09-2011 11:00 AM

It's theme by theme. Any theme you want to have this in has to have it in thier additional.css.
Code:

.navtabs ul.floatcontainer {
        border: none;
        margin-left: 490px;
        margin-top: -26px;       
}

http://animeappeal.com/forum.php?styleid=111

thenashy 08-09-2011 12:07 PM

That's brilliant. Thanks!


All times are GMT. The time now is 03:06 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.01017 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_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (5)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