Title: Make &#8220;Title&#8221;-space smaller
Last modified: January 23, 2019

---

# Make “Title”-space smaller

 *  [Appelmoes](https://wordpress.org/support/users/appelmoes/)
 * (@appelmoes)
 * [7 years, 3 months ago](https://wordpress.org/support/topic/make-title-space-smaller/)
 * I was wondering if somebody can help me with this.
 * I have added a MetaSlider to my landing-page but there’s a small gap between 
   the menu and the slider.
 * [Photo 1](http://www.landerdfotografie.nl/pix/virtue_02.jpg)
 * I think this is caused by the fact that this space is meant for the “Title” of
   the page. But I left this blank.
 * [Photo 2](http://www.landerdfotografie.nl/pix/virtue_01.jpg)
 * Is there a way to decrease the height of this space which is meant for the “Title”.
   So that the images of the slider are closer to the menu on the landing-page?
    -  This topic was modified 7 years, 3 months ago by [Appelmoes](https://wordpress.org/support/users/appelmoes/).
    -  This topic was modified 7 years, 3 months ago by [Appelmoes](https://wordpress.org/support/users/appelmoes/).
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fmake-title-space-smaller%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Anonymous User 16453565
 * (@anonymized-16453565)
 * [7 years, 3 months ago](https://wordpress.org/support/topic/make-title-space-smaller/#post-11121355)
 * hey, [@appelmoes](https://wordpress.org/support/users/appelmoes/)
 * To do that, go to Appearance → Customize → Additional CSS and enter the following
   code:
 *     ```
       .page-header h1.entry-title {
           margin: 0;
           text-align: center;
       }
       ```
   
 * To do that, go to footer.php and enter the following script code:
 *     ```
       <script>
       jQuery(document).ready(function(){
       	jQuery(".page-header h1.entry-title").append("Titel toevoegen");
       });
       </script>
       ```
   
 * Thanx.
 *  Thread Starter [Appelmoes](https://wordpress.org/support/users/appelmoes/)
 * (@appelmoes)
 * [7 years, 3 months ago](https://wordpress.org/support/topic/make-title-space-smaller/#post-11121559)
 * Hello Snehal,
 * Thanks for your quick reply, but I think you misunderstood me (or I was not clear
   enough).
 * When I make the changes you suggest, I DO get an extra space between the menu
   and the slider (which says: “Add Title”.
 * But the point I was trying to make was just to DO NOT have this. If you go to
   my site: [http://www.landerdfotografie.nl](http://www.landerdfotografie.nl) you
   see two lightgrey horizontal lines between the menu-bar and the photo-slider.
   I think this is space which is dedicated for a ‘Page Title’. But as I want the
   photographs closer to the menu-bar I want to get rid of those two grey horizontal
   lines so the image-slider goes up a little bit.
 *  [Kevin](https://wordpress.org/support/users/jx-3p/)
 * (@jx-3p)
 * [7 years, 3 months ago](https://wordpress.org/support/topic/make-title-space-smaller/#post-11122638)
 * Try going to Theme Options> Home Slider, and set it to None.
 * If that doesn’t work, you should be able to hide the lines with this CSS:
 *     ```
       div#homeheader {
           display: none;
       } 
       ```
   
 * Let me know if that works for you.
 * -Kevin
 *  Thread Starter [Appelmoes](https://wordpress.org/support/users/appelmoes/)
 * (@appelmoes)
 * [7 years, 3 months ago](https://wordpress.org/support/topic/make-title-space-smaller/#post-11122745)
 * Hello Kevin,
 * Works 100%. Thank you very very much for your time and help. Much appreciated.
 *  [Kevin](https://wordpress.org/support/users/jx-3p/)
 * (@jx-3p)
 * [7 years, 3 months ago](https://wordpress.org/support/topic/make-title-space-smaller/#post-11127171)
 * No problem!
 * -Kevin

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

The topic ‘Make “Title”-space smaller’ is closed to new replies.

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

 * 5 replies
 * 3 participants
 * Last reply from: [Kevin](https://wordpress.org/support/users/jx-3p/)
 * Last activity: [7 years, 3 months ago](https://wordpress.org/support/topic/make-title-space-smaller/#post-11127171)
 * Status: not resolved