Text alignment in Sharepoint

Asked

Viewed 193 times

2

How can I let align this text according to the screen?

How do I place a line break by Share Point Designer?

Print

1 answer

1

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

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

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

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

Browser other questions tagged

You are not signed in. Login or sign up in order to post.