Title: Logo Remove Margin CCS
Last modified: August 22, 2016

---

# Logo Remove Margin CCS

 *  Resolved [johndavis627](https://wordpress.org/support/users/johndavis627/)
 * (@johndavis627)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/logo-remove-margin-ccs/)
 * I am trying to get my logo to fill the entire content wrapper, or be the same
   length as the top-bar. I added the logo in the Virtue theme settings. I all of
   have taken the logo padding down to zero in the theme options, but there is still
   a small white space on either side.
 * Is there a simple fix for this? I’m thinking adding something to the custom CSS.
 * You can veiw the site at [http://www.gmumc.org](http://www.gmumc.org). the logo
   is the black bar across the top.

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

 *  [SomewhatRounded](https://wordpress.org/support/users/somewhatrounded/)
 * (@somewhatrounded)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/logo-remove-margin-ccs/#post-5249573)
 * You were close with the padding! The custom css will do it 🙂
 * This will get rid of the padding for the header image there:
 *     ```
       .kad-header-left {
           padding: 0;
       }
       ```
   
 * Cheers!
 *  Thread Starter [johndavis627](https://wordpress.org/support/users/johndavis627/)
 * (@johndavis627)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/logo-remove-margin-ccs/#post-5249663)
 * Thanks! Worked like a charm!

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

The topic ‘Logo Remove Margin CCS’ 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/)

## Tags

 * [logo](https://wordpress.org/support/topic-tag/logo/)
 * [stretch](https://wordpress.org/support/topic-tag/stretch/)

 * 2 replies
 * 2 participants
 * Last reply from: [johndavis627](https://wordpress.org/support/users/johndavis627/)
 * Last activity: [11 years, 11 months ago](https://wordpress.org/support/topic/logo-remove-margin-ccs/#post-5249663)
 * Status: resolved