How to modify text width of a page?
-
Here is my website constructed with WordPress 4.5.2 and a template Twenty Eleven. As you can see, the text width is only about 50% of that of the white box. I have tried many methods as follows, but none worked.
#content {
width:930px;
background:#fff;
padding:23px 35px 0px 35px;
}.narrowcolumn {
max-width: 700px;
}.post .content {
width: 20em;
}How could I change the width of text? Thanks in advance.
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘How to modify text width of a page?’ is closed to new replies.