set a width for only one page
-
Hello,
I would like to know how to set a width for only one page. This page have it defined in full width, but the text is too wide, boring to read. I have defined this in the css, but not working. thanks/* Poner menos ancho el contenedor de articulo */ @media (min-width: 1200px) {.span12.article-container .page-id-1825 { width: 600px; }} /* Poner menos ancho el contenedor general para centrar lo anterior */ @media (min-width: 1200px) {.container .page-id-1825 { width: 700px; }}
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘set a width for only one page’ is closed to new replies.