width of pages
-
what is the css code to make my pages as wide as my header
The blog I need help with is: (visible only to logged in users)
-
Hi @chateaupierrefonds, For readability reasons, it is best to keep text content between 500 and 750 pixels in width. Wider than that and it becomes difficult for the eye to move from line to line without getting lost and on the wrong line. The entry content area on Vivaro has a max-width setting of 800px as designed. If you wish to have it go full width, then you can use the following CSS.
body.page .entry-content { max-width: 100%; }
- The topic ‘width of pages’ is closed to new replies.