Twentyeleven Child nor overriding Parent for max-width
-
Here’s my dilemma. I am able to change the following code in the 2011 Parent Theme from this:
/* One column */
.one-column #page { max-width: 690px; }
to this:
/* One column */
.one-column #page { max-width: 998px; }
The width for my fullscreen one-column pages expands as expected. But when I simply paste just this into my Child Theme:
/* One column */
.one-column #page { max-width: 998px; }
the full-screen one-column pages no longer expands. In other words, I am able to edit the Parent style.css, but editing the Child style.css does not properly override the parent. What other code do I need to duplicate from the Parent to Child to make this work?
Website link:
universitylutheranseattle.orgThanks,
Sky
- The topic ‘Twentyeleven Child nor overriding Parent for max-width’ is closed to new replies.