moving homepage logo

Stuart's picture

I replaced the default zNode Logo with my company's logo. I did this through the admin site. It seems no matter what I do I cannot move this as it is set to an absolute location.

The logo actually covers part of my nav bar. Can someone tell me how to move my logo up?

Thanks,

Stuart

admin's picture

Logo Placement

The logo by default is placed in the web/Themes/Default/Common/main.master. In this file you can change the layout of where the logo in any way. In the same directory there is also a style.css file which has a class for "Logo".

Note also that when uploading a logo using the Admin it is not scaled. In most cases you will need to scale your logo to be the correct size before uploading it.

Znode Administrator
email: support@znode.com
url: www.znode.com

Stuart's picture

Logo placement

actually, my fix was found in editing the CSS stylesheet. The size of the top section is determined there. I did not change the size of the logo at all b/c i preferred the size I already had.

So if your image is large enough that is goes over the top nav bar, then look in the CSS stylesheet.

Thanks!