Web Part won't align to the top of web part zone
I am cleaning up some look and feel issues after migrating a 2007 site to 2013.  On a blank web part page, the content (.ms-webpart-zone?) in the Right column (tableCol-25) won't render at the top of the column. I finally was able to make it align through custom CSS  tableCol-25 {vertical-align:top;}.  I'd love to know why this is necessary to do as vertical-align:top should be the default. Is there something different in the css between the css in 2007
May 27th, 2015 8:46pm

Hi run4it,

Have you checked if the css used for this tableCol-25 is any difference between SharePoint 2007 and 2013?

Did all types of browsers (IE8, IE10, IE11, chrome, firefox etc.) have this issue?

tableCol-25 class uses a "display:table-cell" which is supported by IE8 (or needs !DOCTYPE if use IE8), so please check your IE brower see if it is set as compatibility mode, this may be the case.

More information for your reference.

http://sharepoint.stackexchange.com/questions/73342/css-displaytable-etc-not-working-in-ie8-on-only-sharepoint-hosted-site

http://www.w3schools.com/cssref/pr_class_display.asp

Thanks

Free Windows Admin Tool Kit Click here and download it now
May 29th, 2015 8:54am

It is doing it in all modern browsers. I actually fixed it with .tableCol-33{
 vertical-align:top!important;
 
}
June 8th, 2015 5:42pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics