How can I leave this text aligned to the screen?
How do I put a line break through Share Point Designer?
How can I leave this text aligned to the screen?
How do I put a line break through Share Point Designer?
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