Tuesday, October 18, 2011

SharePoint 2010 branding: keep title area visible

To keep the title area visible when clicking on the ribbon commands, modify #s4-titlerow in the css to:

#s4-titlerow { 
    display: block !important
}

1 comment:

Rishi Jagati said...

Hi, this is the nice solution, but i have facing problem here like script stop the functionality, if i will click on List or libraries, it will open all contents under it..but in actually if we click on list or libraries it will move to create list or library page.
can you help me on the same.
Thanks in advance!!