Unable to alter single-page style
-
Iām trying to tweak the Newspaper 1.0 Theme.
I removed the <?php get_sidebar()ā?> call from ‘single.php’ and now I want to center the single-page post ā¦ but I canāt figure out how to do it.
The CSS style sheet doesnāt seem to show code to independently change content on the single page layout. Although ‘single.php’ tells me that <div id=”content”> when I make changes in the style sheet to:
#content {
float:left;
margin:0 0 10px 0;
width:580px
}it changes the width and margins, etc, for both the home page and single page.
I obviously have to add something so I can change only the single page. Can anybody spin me in the right direction?
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Unable to alter single-page style’ is closed to new replies.