Log in

View Full Version : 'move down the logo to the bottom edge


osras1
07-19-2014, 03:57 AM
How can I move the logo sits next to the main nav bar getting rid of the gap?

Lynne
07-19-2014, 03:13 PM
When dealing with CSS issues, we need a link to your site. It is easier to use a tool like firebug to view the CSS and see what is happening. So, can you please supply a link and a test username/password, if needed, to see the problem.

osras1
07-19-2014, 10:34 PM
hey Lynne,

Here is the link:
http://www.osras.com/osrasorg/upload/forums


While you are at the site..how come it says "no topics" even though I put some up?

Lynne
07-20-2014, 11:50 PM
It doesn't say No Topics to me. However, vB5 does have some caching going on, so it may be that a bit of time has gone by and the cache has been refreshed and it now shows posts.

I removed the user/pass from your post. Part of the username was "Admin" and I didn't know if it was a real admin account. You should never post an admin account anywhere, just a regular test user account, if needed.

As for the logo, you can try something like this:

#header .site-logo {
padding-bottom: 0px;
}

#header .header-cell {
vertical-align: bottom;
}
#header {height:auto;}
You may need to adjust some things there.

osras1
07-21-2014, 11:00 AM
Thanks Lynne,

The logo css worked great.

Thanks