in my child themes style.css I've set my max-width to 1152px fror the one-column layout. that works perfect.
How can I change this size in the styles.css for one specific page (via pagename or id) to a different value?
Georg
in my child themes style.css I've set my max-width to 1152px fror the one-column layout. that works perfect.
How can I change this size in the styles.css for one specific page (via pagename or id) to a different value?
Georg
using the page specific output by the build-in body_class() function;
example:
.page-id-137 #page { .... }
pefect, once more...
Besten Dank,
Georg
This topic has been closed to new replies.