Title: Layout content
Last modified: August 30, 2016

---

# Layout content

 *  Resolved [antoineO](https://wordpress.org/support/users/antoineo/)
 * (@antoineo)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/layout-content/)
 * Hello,
 * On my landing page (here : [http://www.thejewellerycorner.com/](http://www.thejewellerycorner.com/)),
   I am looking for having the logo at the top, the “coming soon’ block at the middle,
   and the contact block at the bottom. And always with a display on 100% height/
   width of the screen size (desktop, ipad, mobile…).
 * I have tried this code, but it does not work very well (by example, contact block
   does not stay at the bottom according to desktop/tablet/mobile and it is not 
   centered)
 *     ```
       #kad-banner, #pageheader, .footerclass {
           display: none;
       }
       html, .home.page, .container, .contentclass, .row, .main, .homecontent, #pl-5, .panel-grid, .panel-row-style, .panel-grid-cell { /*Content container*/
           height: 100% !important;
           max-height: 900px;
           position: relative;
       }
       #panel-5-0-0-0 { /*logo*/
           margin-top: 0px;
           margin-bottom: 0px !important;
       }
       #panel-5-0-0-1 { /*coming soon*/
           border-top: 1px solid rgba(0,0,0,0.15);
           border-bottom: 1px solid rgba(0,0,0,0.15);
           position: relative;
           top: 25%;
       }
       #panel-5-0-0-2 { /*contact*/
           position: absolute;
           bottom: 30px;
       }
       ```
   
 * Is it possible to do this ?
 * Thanks very much for your help

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

 *  [hannah](https://wordpress.org/support/users/hannahritner/)
 * (@hannahritner)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/layout-content/#post-6587533)
 * Hey,
    Try adding this css:
 *     ```
       #pl-5 .panel-grid-cell .so-panel:last-child {
           width: 100%;
       }
       ```
   
 * Does that work for you?
 * Hannah
 *  Thread Starter [antoineO](https://wordpress.org/support/users/antoineo/)
 * (@antoineo)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/layout-content/#post-6587538)
 * Thanks Hannah, it works well !
    Have a good sunday

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

The topic ‘Layout content’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/pinnacle/1.8.10/screenshot.png)
 * Pinnacle
 * [Support Threads](https://wordpress.org/support/theme/pinnacle/)
 * [Active Topics](https://wordpress.org/support/theme/pinnacle/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/pinnacle/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/pinnacle/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [antoineO](https://wordpress.org/support/users/antoineo/)
 * Last activity: [10 years, 8 months ago](https://wordpress.org/support/topic/layout-content/#post-6587538)
 * Status: resolved