Title: CSS or pages.php Problem?
Last modified: August 20, 2016

---

# CSS or pages.php Problem?

 *  Resolved [kingsmithstudio](https://wordpress.org/support/users/kingsmithstudio/)
 * (@kingsmithstudio)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/css-or-pagesphp-problem/)
 * I am rather new to custom coding and have a problem with the main content area
   of my site (building it locally). Everything seems placed where it should be 
   on my home.php (static), but there is a large gap between the header and the 
   actual content when the site access the page.php.
 * Any help for eliminating the gap between the header and the pages content would
   be very appreciated.
 * My style.css is at [http://wordpress.pastebin.ca/2078342](http://wordpress.pastebin.ca/2078342).
 * The code for home.php and page.php is at [http://wordpress.pastebin.ca/2078345](http://wordpress.pastebin.ca/2078345).

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [Xam 1.0](https://wordpress.org/support/users/xam-10/)
 * (@xam-10)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/css-or-pagesphp-problem/#post-2262671)
 * Move this line:
 *     ```
       <?php get_sidebar(); ?>
       ```
   
 * to the appropriate place in page.php
 *     ```
       <?php get_sidebar(); ?>
   
       <?php get_footer(); ?>
       ```
   
 *  Thread Starter [kingsmithstudio](https://wordpress.org/support/users/kingsmithstudio/)
 * (@kingsmithstudio)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/css-or-pagesphp-problem/#post-2262690)
 * HUge thanks! That did it.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘CSS or pages.php Problem?’ is closed to new replies.

## Tags

 * [css](https://wordpress.org/support/topic-tag/css/)
 * [header-gap](https://wordpress.org/support/topic-tag/header-gap/)
 * [php](https://wordpress.org/support/topic-tag/php/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 2 replies
 * 2 participants
 * Last reply from: [kingsmithstudio](https://wordpress.org/support/users/kingsmithstudio/)
 * Last activity: [14 years, 9 months ago](https://wordpress.org/support/topic/css-or-pagesphp-problem/#post-2262690)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
