Title: [CSS] Page display
Last modified: August 31, 2016

---

# [CSS] Page display

 *  Resolved [extan](https://wordpress.org/support/users/extan/)
 * (@extan)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/css-page-display/)
 * Hello !
 * I have been stuck for quite a while on this page. There are two white bars (just
   after the menu, and just before the footer) surrounding the main content of the
   page, and I would like to get rid of them. I tried to remove all the paddings
   I could find, and tried to edit the css live using chrome’s developpement tool,
   but I could not remove them.
 * I created the page using SiteOrigin prebuild layout : [http://layouts.siteorigin.com/layout/sport/](http://layouts.siteorigin.com/layout/sport/)
 * Here is the page I’m strugglig with : [http://94.23.62.129/wordpress/?page_id=178](http://94.23.62.129/wordpress/?page_id=178)

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

 *  [Hardeep Asrani](https://wordpress.org/support/users/hardeepasrani/)
 * (@hardeepasrani)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/css-page-display/#post-7312164)
 * You can add the following CSS to your WordPress, using Advanced CSS Editor plugin,
   to do that:
 *     ```
       .siteorigin-panels .page .entry-header {
       	margin-bottom: 0 !important;
       }
   
       .siteorigin-panels .page .page-wrap .content-wrapper {
       	padding-top: 0 !important;
       }
       ```
   
 * Hope it works. 🙂
 *  Thread Starter [extan](https://wordpress.org/support/users/extan/)
 * (@extan)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/css-page-display/#post-7312173)
 * Very nice ! But it just made the bars thiner =( Is it possible to completly remove
   them ?
 *  [Hardeep Asrani](https://wordpress.org/support/users/hardeepasrani/)
 * (@hardeepasrani)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/css-page-display/#post-7312180)
 *     ```
       .page .page-wrap .content-wrapper  {
           padding-top: 0 !important;
       }
       ```
   
 * Try adding this. The second part of the code was to remove that thin line. Not
   sure why it’s still there.
 *  Thread Starter [extan](https://wordpress.org/support/users/extan/)
 * (@extan)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/css-page-display/#post-7312188)
 * Hmmm are you some sort of wizard ? :p Thank you ! =) However, I also added
 *     ```
       .page .page-wrap .content-wrapper  {
           padding-bottom: 0 !important;
       }
       ```
   
 * to the mix, but I still have the bottom bar (dammit, I thought I had it …). Any
   idea why ?
 *  [Hardeep Asrani](https://wordpress.org/support/users/hardeepasrani/)
 * (@hardeepasrani)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/css-page-display/#post-7312194)
 * Try adding this:
 *     ```
       .siteorigin-panels .content-area .hentry {
           padding-bottom: 0 !important;
       }
       ```
   
 *  Thread Starter [extan](https://wordpress.org/support/users/extan/)
 * (@extan)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/css-page-display/#post-7312198)
 * Man, at this point I just feel bad asking, but it reduced it without removing
   it,… how is this even possible ? Did I mess up something ?
 *  [Hardeep Asrani](https://wordpress.org/support/users/hardeepasrani/)
 * (@hardeepasrani)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/css-page-display/#post-7312199)
 * This was something that I missed, not you. Adding this will fix it:
 *     ```
       .siteorigin-panels .entry-footer {
       	margin-top: 0 !important;
       }
       ```
   
 * Hope that will do it. 🙂
 *  Thread Starter [extan](https://wordpress.org/support/users/extan/)
 * (@extan)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/css-page-display/#post-7312200)
 * Alright, wizard confirmed ! Thank you sooo much ! Have a nice day man !=)
 *  Thread Starter [extan](https://wordpress.org/support/users/extan/)
 * (@extan)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/css-page-display/#post-7312201)
 * SOLVED !
 *  [Hardeep Asrani](https://wordpress.org/support/users/hardeepasrani/)
 * (@hardeepasrani)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/css-page-display/#post-7312206)
 * Glad to know. 🙂 **goes back to Hogwarts**

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

The topic ‘[CSS] Page display’ is closed to new replies.

## Tags

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

 * 10 replies
 * 2 participants
 * Last reply from: [Hardeep Asrani](https://wordpress.org/support/users/hardeepasrani/)
 * Last activity: [10 years, 1 month ago](https://wordpress.org/support/topic/css-page-display/#post-7312206)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
