Title: LauraLW's Replies | WordPress.org

---

# LauraLW

  [  ](https://wordpress.org/support/users/lauralw/)

 *   [Profile](https://wordpress.org/support/users/lauralw/)
 *   [Topics Started](https://wordpress.org/support/users/lauralw/topics/)
 *   [Replies Created](https://wordpress.org/support/users/lauralw/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/lauralw/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/lauralw/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/lauralw/engagements/)
 *   [Favorites](https://wordpress.org/support/users/lauralw/favorites/)

 Search replies:

## Forum Replies Created

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

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [HATCH theme: trouble with static HOME page](https://wordpress.org/support/topic/hatch-theme-trouble-with-static-home-page/)
 *  [LauraLW](https://wordpress.org/support/users/lauralw/)
 * (@lauralw)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/hatch-theme-trouble-with-static-home-page/page/2/#post-2648276)
 * I switched to a much simpler coded theme (Designer by Dessign.net) and it seems
   to be working well for my tweaking purposes. However, I would still like to know
   if anyone knows how to fix the issue I was having…
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [HATCH theme: trouble with static HOME page](https://wordpress.org/support/topic/hatch-theme-trouble-with-static-home-page/)
 *  [LauraLW](https://wordpress.org/support/users/lauralw/)
 * (@lauralw)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/hatch-theme-trouble-with-static-home-page/page/2/#post-2648272)
 * > Hello all, after trying to figure out how to achieve this on my own site for
   > a few hours I figured it out.
   >  You need to edit style.css and replace
   >     ```
   >     .home .hentry, .archive .hentry {
   >     	float: left;
   >     	width: 23.40425531914894%;
   >     	height: 150px;
   >     	margin: 0 2.127659574468085% 20px 0;
   >     	position: relative;
   >     	overflow: hidden;
   >     }
   >     ```
   > 
   > with
   >     ```
   >     .home .hentry {
   >     	float: left;
   >     	width: 100%;
   >     	margin: 0 0 20px 0;
   >     	font-size: 1em;
   >     }
   >     .archive .hentry {
   >     	float: left;
   >     	width: 23.40425531914894%;
   >     	height: 150px;
   >     	margin: 0 2.127659574468085% 20px 0;
   >     	position: relative;
   >     	overflow: hidden;
   >     }
   >     ```
   > 
   > And then in the wordpress reading settings page change the frontpage to be 
   > the static page you want.
 * I used this for the static page home issue and it worked great – except the footer
   now displays alongside to the right of the page instead of at the bottom. Anyone
   know how to return it to normal?
 * [Looks like this.](http://draft.synchromg.com/dhmagency)
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Loading a Category within a Page: Page became a duplicate Post](https://wordpress.org/support/topic/loading-a-category-within-a-page-page-became-a-duplicate-post/)
 *  Thread Starter [LauraLW](https://wordpress.org/support/users/lauralw/)
 * (@lauralw)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/loading-a-category-within-a-page-page-became-a-duplicate-post/#post-2944944)
 * Update: The problem is still not fixed, but I have worked around it for the time
   being (and now the URLs above lead directly to the categories instead of pages).
   If anyone knows what happened I’d still like to know so I can switch it back 
   to pages.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Space between navbar & page contents](https://wordpress.org/support/topic/space-between-navbar-page-contents/)
 *  Thread Starter [LauraLW](https://wordpress.org/support/users/lauralw/)
 * (@lauralw)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/space-between-navbar-page-contents/#post-2227562)
 * Thank you very much! I think I made the header height larger to make the first
   image fit correctly on the home page. So reducing the main-content margin to 
   zero was perfect to fix the problem. Cheers!!

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