How to do following for my web page ?
- Increase post area width.
- align header image to center
- enclose my whole post in a border.
My site is on wordpress
How to do following for my web page ?
Theme is twenty eleven.
there is no wrapper in twenty eleven
There seems to be a page wrapper here:
.one-column #page {
max-width: 690px;
}
Adjust that width if you want it wider.