Logo issue, Help if you can please

Brendon Meynell

Active member
Hey all,
Well finally coming to the end of styling my new site. But here is the issue, due to the type of banner/logo we have it needs to be on a boring white background which I can do with no issues.

As we know by default the logos are aligned to the left - I was wondering how I would go about creating a new image that would go to the right of the logo to fill in the plain white space that is between our current logo and the edge of the page.

Any help you can provide (including what template to put it in) would be greatly appreciated.
 
there seems to be some slight padding between the logo/header and the navigation menu are you able to give me a heads up as to where I can go to fix it (get rid of it)?

Maybe this:

Admin CP -> Appearance -> Style Properties -> Header and Navigation -> Height of Header Logo

Or maybe this:

Admin CP -> Appearance -> Templates -> EXTRA.css

Add this code:

Code:
#logo
{
	line-height: @headerLogoHeight !important;
}

I'm just guessing. I need your forum URL to see the problem if it persists.
 
Top Bottom