Limiting page, page title and breadcrumb width
-
I would like to limit my page content width including the page title and the breadcrumbs, but header (meaning logo and menu) and footer should stay at 1440px.
If tried `#content{
max-width:1100px;
margin:0 auto;
}`but this way the page title and the breadcrums are staying at 1100px. WHat do I need to add to have the page title and breadcrumbs have a max-width of 1100px as well?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Limiting page, page title and breadcrumb width’ is closed to new replies.