Reply To: Site Logo

Home Forums GovIntranetters Site Logo Reply To: Site Logo

#1365
Luke Oatham
Keymaster

You can add some custom css to control the logo height, and hide the title if you want.

Under Settings, Intranet settings/configuration, in the custom css field add the following, changing the bolded items as required:

#crownlink {
padding: 20px 0 0 60px !important;
min-height: 60px !important;
}

#crownlink a { display: none; }

#crownlogo {
padding-top: 17px !important;
}