Thursday, May 16, 2013

SharePoint – Print is too small. How to increase print font?

SharePoint – Print is too small. How to increase print font? Add the Content Editor WebPart to a SharePoint Site [how to add…] Now click the “Click here to add content” and then click the HTML button in the Ribbon to bring up the Edit source code window; This Code will add the button and allow you to adjust the Font Size.   <styletype="text/css">@media Print{/*This is to...Read more

How to add Content Editor WebPart to SharePoint Page.

To add a Content Editor Web Part (or CEWP) to your page, follow the steps listed below: ·         Open your SharePoint site. ·         Navigate to the page you wish to add CEWP. ·         Click on 'Site Actions' then select 'Edit Page'. Alternatively, there is now...Read more

Tuesday, May 7, 2013

SharePoint 2013 Global Navigation Menu Alignment and Display

Default behavior of Top Navigation menu in sharepoint 2013 was overlaped, and also the menu-arrow were not vertical aligned. So quick fix for this problem is to add Content Editor WebPart to page and add (Override) CSS classes used by TOp Navigation Menu. Add below CSS to Content Editor WebPart and it will resolve problem. <style> .ms-core-listMenu-horizontalBox .menu-item, .ms...Read more