Title: element.style edit issue
Last modified: August 22, 2016

---

# element.style edit issue

 *  Resolved [lhilton760](https://wordpress.org/support/users/lhilton760/)
 * (@lhilton760)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/elementstyle-edit-issue/)
 * Trying to eliminate spacing above the header area on my new site [http://airtechscreens.com](http://airtechscreens.com).
   Using Firebug, I found the top spacing was a result of a padding setting I want
   to go to zero.
 * ‘<body class=”home page page-id-25 page-template-default logged-in admin-bar 
   customize-support”>
    <div id=”wrap”> <div id=”header” class=”clearfix” style=”
   padding-top: 35px;”> <div id=”nav” class=”clearfix”>’
 * When I eventually found what I think is the corresponding CSS it is located in
   the header.php file. However, when I found the code there was no padding info
   only
    ‘<div id=”wrap”> <div id=”header” class=”clearfix” >
 *  <div id=”logo”>/”>
    <?php if ( of_get_option(‘logo_upload’) ) { ?> <img src=”
   <?php echo of_get_option(‘logo_upload’); ?>” alt=”<?php bloginfo(‘name’); ?>”/
   > <?php } else { ?> <?php bloginfo(‘name’); ?> <?php } ?> </div>’ I then added
   the padding info to get:
 * ‘<div id=”header” class=”clearfix” style=”padding-top: 0px;”>’
 * Here’s the problem, when I update the header.php file it doesn’t solve the issue.
   I don’t no php or css so I am just trying to learn as I go. Is there another 
   place this code resides that overrides this change or did I incorrectly enter
   the padding information? Thanks in advance for any help!

Viewing 1 replies (of 1 total)

 *  Thread Starter [lhilton760](https://wordpress.org/support/users/lhilton760/)
 * (@lhilton760)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/elementstyle-edit-issue/#post-5170789)
 * I apparently solved the issue. When I logged out of the admin and looked at the
   site, the issue was resolved.

Viewing 1 replies (of 1 total)

The topic ‘element.style edit issue’ is closed to new replies.

## Tags

 * [element.style](https://wordpress.org/support/topic-tag/element-style/)
 * [theme edits](https://wordpress.org/support/topic-tag/theme-edits/)

 * 1 reply
 * 1 participant
 * Last reply from: [lhilton760](https://wordpress.org/support/users/lhilton760/)
 * Last activity: [11 years, 9 months ago](https://wordpress.org/support/topic/elementstyle-edit-issue/#post-5170789)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
