Max content width
-
Typo Theme: I selected a larger max content width (815 px) but it’s not overriding the theme’s default max width of 615 px. Ideas?
The blog I need help with is: (visible only to logged in users)
-
This theme has a “width” (not max-width) of 615px so you should override it using the same width property.
.hentry { width: 815px; } .entry-content .wp-caption.alignnone { width: 100% !important; }The 2nd CSS block is to make images utilize this width.
-
- The topic ‘Max content width’ is closed to new replies.