Text alignment in sharepoint

2

How can I leave this text aligned to the screen?

How do I put a line break through Share Point Designer?

    
asked by anonymous 04.04.2014 / 19:22

1 answer

1

Through Sharepoint Designer, go to the site where your list is located, then navigate to: /Lists/{Nome da Lista}/DispForm.aspx

Edit the file in advance mode, then add the following code:

.ms-pagetitle {
    text-align: center;
}

It has to be just below the code: .ms-bodyareaframe

    
16.04.2014 / 18:10