Log in

View Full Version : Getting rid of Search Bar on top


Jaejoong1
12-19-2013, 07:38 AM
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
.navbar_advanced_search {
visibility:hidden;
height:0px !important;
}

ad to additional.css

Jaejoong1
12-19-2013, 07:47 AM
.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
.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
.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