Logo Above Navigation Menu

Having problems with the panel? Have questions? Post here!
Post Reply
PAL-18
Posts: 146
Joined: Tue Jan 03, 2012 8:09 pm

Logo Above Navigation Menu

Post by PAL-18 »

I got a logo to display above my navigation menu but part of the page is being hidden behind it (see screenshot below), how do i fix this?

Image
Masher
Site Admin
Posts: 3612
Joined: Thu Apr 20, 2006 2:54 pm
Location: America's Heartland
Contact:

Re: Logo Above Navigation Menu

Post by Masher »

You need to adjust the top padding value of the body element in UGCCNG.Master.

Code: Select all

<body style="padding-top: 70px" role="document">
Masher
-----------
Please do not PM me unless asked to! We are a small company. If you have an issue or question it would be best to post it in the forums where it can help others in the future.

NEW Join our Discord!
PAL-18
Posts: 146
Joined: Tue Jan 03, 2012 8:09 pm

Re: Logo Above Navigation Menu

Post by PAL-18 »

Awesome, thanks.
PAL-18
Posts: 146
Joined: Tue Jan 03, 2012 8:09 pm

Re: Logo Above Navigation Menu

Post by PAL-18 »

What about centering the navigation link text?
Post Reply