Title: MAKE Theme &#8211; Remove Header Margins
Last modified: August 22, 2016

---

# MAKE Theme – Remove Header Margins

 *  [adityacreations](https://wordpress.org/support/users/adityacreations/)
 * (@adityacreations)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/make-theme-remove-header-margins/)
 * Am migrating a website for the City AG Church to WordPress.
    The development 
   site address is [http://www.trichycityag.in/wp](http://www.trichycityag.in/wp)
   I have 2 issues a. I need to remove the grey colored header margins to stretch
   the header across the box. b. Need to remove the contents form globally across
   the site. Please guide.

Viewing 1 replies (of 1 total)

 *  [Bojan Radonic – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support4/)
 * (@wpmudev-support4)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/make-theme-remove-header-margins/#post-5749305)
 * Hey there adityacreations,
 * How are you today?
 * You could achieve that with some custom CSS. Please try adding the following 
   CSS code in the style.css file of your [child theme](http://codex.wordpress.org/Child_Themes)
   or add it in your site using the following plugin:
 * [http://wordpress.org/plugins/simple-custom-css](http://wordpress.org/plugins/simple-custom-css)
 *     ```
       .custom-logo {
       width: 100%;
       }
   
       .site-header-main {
       padding-top: 0;
       }
       ```
   
 * This should remove the gray space and make the image fit the box. This should
   be the result [http://screencast.com/t/QyDZy6gmUP](http://screencast.com/t/QyDZy6gmUP).
 * As for your other question what exactly are you trying to remove from the site?
   Could you please post a screenshot so I can better understand it.
 * Hope this helps 🙂
 * Best regards,
    Bojan

Viewing 1 replies (of 1 total)

The topic ‘MAKE Theme – Remove Header Margins’ is closed to new replies.

## Tags

 * [header](https://wordpress.org/support/topic-tag/header/)
 * [make theme](https://wordpress.org/support/topic-tag/make-theme/)
 * [remove comments](https://wordpress.org/support/topic-tag/remove-comments/)

 * 1 reply
 * 2 participants
 * Last reply from: [Bojan Radonic – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support4/)
 * Last activity: [11 years, 4 months ago](https://wordpress.org/support/topic/make-theme-remove-header-margins/#post-5749305)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
