vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB5 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=262)
-   -   Getting rid of Search Bar on top (https://vborg.vbsupport.ru/showthread.php?t=306050)

Jaejoong1 12-19-2013 07:38 AM

Getting rid of Search Bar on top
 
Does anyone know how to get rid of search bar by the navigation bar?

Trying to get rid of it.

Also, anyway to center the logo to make it directly in the middle after the search bar is removed?

Edit: Got rid of the search bar, trying to center logo/header now.

Tried adding <center> </center> around the section in css_global or whatever, didn't work.

billstelling 12-19-2013 07:42 AM

Code:

.navbar_advanced_search {
    visibility:hidden;
    height:0px !important;
}

ad to additional.css

Jaejoong1 12-19-2013 07:47 AM

Quote:

Originally Posted by billstelling (Post 2469392)
Code:

.navbar_advanced_search {
    visibility:hidden;
    height:0px !important;
}

ad to additional.css

thanks

I'm currently trying to center the logo.

billstelling 12-19-2013 07:47 AM

Code:

.logo-image > img:nth-child(1) {
        margin-top: 18px;
        margin-left: 30px;
}

you can move it around with that.

-----------
cool, you got it.

Jaejoong1 12-19-2013 07:50 AM

Quote:

Originally Posted by billstelling (Post 2469394)
Code:

.logo-image > img:nth-child(1) {
        margin-top: 18px;
        margin-left: 30px;
}

you can move it around with that.

-----------
cool, you got it.

Seems to work for other people, yet for me the logo is towards the left and not the center.

It seems to work for me when I am logged out, however when i log in and i view a link it is back to the left.

EDIT: Seems like the Administrator Site Builder is the one causing it not to center for administrators, I suppose that is alright .


Anyone might know why the colors are off to the sides of the logo? :T


All times are GMT. The time now is 06:27 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.01018 seconds
  • Memory Usage 1,719KB
  • 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
  • (4)bbcode_code_printable
  • (2)bbcode_quote_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