Question

I added a banner image to the Suite Nav Bar using $webapp.suitenavbrandinglogourl and manipulated height and width using .o365cs-base.o365cs-topnavBGColor-2. However, the height spills into the browse and page bar. Please See the image below. How can I modify browse / page bar? Can this be done with css?

enter image description here

Was it helpful?

Solution

You need to adjust the height of the div#suiteBatTop. As the below picture shows, the default height is 50px. Below is my demo CSS style for your reference:

<style>
div#suiteBarTop{
height:70px !important;
}

</style> 

enter image description here

Licensed under: CC-BY-SA with attribution
Not affiliated with sharepoint.stackexchange
scroll top