Title: Theme margin-top
Last modified: August 21, 2016

---

# Theme margin-top

 *  Resolved [blackessej](https://wordpress.org/support/users/blackessej/)
 * (@blackessej)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/theme-margin-top/)
 * I’m customizing this theme, and I’d like to remove the `margin-top: 28px!important`
   attribute from the html element, but I can’t seem to find it to remove it. My
   inline editor says that it’s being called in the index file…can anyone help?

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

 *  [VegasKev88](https://wordpress.org/support/users/vegaskev/)
 * (@vegaskev)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/theme-margin-top/#post-4401452)
 * without a link to your site, I’m just guessing, but this should work. Please 
   let me know whether or not it works.
 * `margin-top: 0px !important;`
 * Place that within the div class or id in question. If you’re not sure what div
   it belongs to, please include a link in your reply so I can be of more help to
   you.
 *  Thread Starter [blackessej](https://wordpress.org/support/users/blackessej/)
 * (@blackessej)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/theme-margin-top/#post-4401497)
 * Hi VegasKev88, and thanks for the help. Sorry – I was way, way short on details.
   I was hoping to find someone who knew the theme well. The problem was some styles
   and tags called via `<?php wp_head(); ?>`, and slapping an !important tag on 
   the end of some inline attributes wasn’t helping. In the interest of preserving
   the theme through future updates, I found [this plug-in](http://wordpress.org/plugins/head-cleaner/)
   that allowed me to remove print styles, which was the culprit. Problem solved!
   Thanks again!
 *  [VegasKev88](https://wordpress.org/support/users/vegaskev/)
 * (@vegaskev)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/theme-margin-top/#post-4401502)
 * good deal, don’t forget to mark this topic as resolved. I’m glad you found a 
   solution to your issue. And thank you for including a link to the plugin that
   helped you out, for future visitors of this post with the same issue.

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

The topic ‘Theme margin-top’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/storefront-paper/1.1.1/screenshot.
   png)
 * Storefront Paper
 * [Support Threads](https://wordpress.org/support/theme/storefront-paper/)
 * [Active Topics](https://wordpress.org/support/theme/storefront-paper/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/storefront-paper/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/storefront-paper/reviews/)

## Tags

 * [css](https://wordpress.org/support/topic-tag/css/)
 * [html](https://wordpress.org/support/topic-tag/html/)
 * [theme customization](https://wordpress.org/support/topic-tag/theme-customization/)

 * 3 replies
 * 2 participants
 * Last reply from: [VegasKev88](https://wordpress.org/support/users/vegaskev/)
 * Last activity: [12 years, 5 months ago](https://wordpress.org/support/topic/theme-margin-top/#post-4401502)
 * Status: resolved