change width of single pages
-
I am trying to change the single page width of one of my pages which has the ID of 50.
using this code in my style.css file
page-id-50 .single_left {
width: 100%;
margin-left: 140px;It just wont work, its at the end of my css file which looks like this…
} /* END print media */
.widget_text {border-radius: 10px; }
page-id-50 .single_left {
width: 100%;
margin-left: 140px;
}my header.php file has this in the body text:
<body <?php body_class(); ?>>
What am i doing wrong, it just wont make a difference at all. I know how to change the width for all pages at once, but i need just certain pages updated only.
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘change width of single pages’ is closed to new replies.