Title: Remove Header
Last modified: April 8, 2019

---

# Remove Header

 *  [SolutionsDEV](https://wordpress.org/support/users/solutionsdev/)
 * (@solutionsdev)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/remove-header-23/)
 * A really nice theme, I liked it. I like mostly the menu on the left side.
 * I need to remove the page title and image from the left side and make the page
   full,
    how could I do that. I know there is no selections for this, but would
   you kindly provide me with a CSS code to do this?
 * Thanks,

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

 *  Theme Author [Rigorous Themes](https://wordpress.org/support/users/wpgaint/)
 * (@wpgaint)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/remove-header-23/#post-11406579)
 * Hello,
    Go to Apperance >Customize > Additonal Css and add following css
 *     ```
       #myfullpage > .section .custom-col-8 {
               width: 100%;
               padding-left: 100px;
           }
           #myfullpage > .section .custom-col-4 {
               display: none;
           }
           #myfullpage > .section::before {
               display: none;
           }
   
           @media only screen and (max-width: 767px) {
           #myfullpage > .section .custom-col-8 {
               padding-left: 40px;
           }
   
           }
   
           @media only screen and (max-width: 479px) {
           #myfullpage > .section .custom-col-8 {
               padding-left: 20px;
           }
   
           }
       ```
   
 * Thank You
    -  This reply was modified 7 years, 2 months ago by [Rigorous Themes](https://wordpress.org/support/users/wpgaint/).
    -  This reply was modified 7 years, 2 months ago by [Rigorous Themes](https://wordpress.org/support/users/wpgaint/).
    -  This reply was modified 7 years, 2 months ago by [Rigorous Themes](https://wordpress.org/support/users/wpgaint/).
 *  Thread Starter [SolutionsDEV](https://wordpress.org/support/users/solutionsdev/)
 * (@solutionsdev)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/remove-header-23/#post-11407161)
 * Hi [@wpgaint](https://wordpress.org/support/users/wpgaint/),
 * Thanks for your answer, this is so cool, but will need some amendment.
 * 1- All of them are removed except for the “home”.
    2- There still some layer 
   coving the area at left with transparency. 3- Some of them does not seem to be
   a full page, I need them a full page in order to use the whole space. 4- The 
   menu scroll bar shows over the page on smaller sizes like tab and mobile.
 * I hope you can help me with these.
 * Thanks,
 *  Theme Author [Rigorous Themes](https://wordpress.org/support/users/wpgaint/)
 * (@wpgaint)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/remove-header-23/#post-11407710)
 * Hello [@solutionsdev](https://wordpress.org/support/users/solutionsdev/)
 * Please send your website url so that we can check it.
    For quick and prompt reply,
   please contact us at [rigorousthemes@gmail.com](https://wordpress.org/support/topic/remove-header-23/rigorousthemes@gmail.com?output_format=md)
 * Thank you

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

The topic ‘Remove Header’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/one-page-portfolio/1.0.1/screenshot.
   png)
 * One Page Portfolio
 * [Support Threads](https://wordpress.org/support/theme/one-page-portfolio/)
 * [Active Topics](https://wordpress.org/support/theme/one-page-portfolio/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/one-page-portfolio/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/one-page-portfolio/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [Rigorous Themes](https://wordpress.org/support/users/wpgaint/)
 * Last activity: [7 years, 2 months ago](https://wordpress.org/support/topic/remove-header-23/#post-11407710)
 * Status: not resolved