Title: header resize
Last modified: August 30, 2016

---

# header resize

 *  [artleontev](https://wordpress.org/support/users/artleontev/)
 * (@artleontev)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/header-resize-2/)
 * hi everyone!
    i have barkingdog theme and i cant get how to change header size
   and make it transparent i cheked style.css and didnt find the right line to change
   the size and padding options. i want to make it smaller. web is [http://www.oneself.pro](http://www.oneself.pro)
 * please help!)
    thanx in advance.

Viewing 1 replies (of 1 total)

 *  [Tom Carney](https://wordpress.org/support/users/tecdoc/)
 * (@tecdoc)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/header-resize-2/#post-6562386)
 * Hello,
    Is this theme using a customizer element for the header settings? I don’t
   have access to the theme’s admin area to tell. If it is not, you want to use 
   this CSS element in the style.css:
 *     ```
       .header-wrapper {
           text-align: center;
           width: 100%;
           position: fixed;
           z-index: 3;
           /* adjust the padding top and bottom to reduce the header's height */
           padding-top: 60px;
           padding-bottom: 25px;
           float: left;
           background: transparent;
       }
       ```
   
 * Good luck.

Viewing 1 replies (of 1 total)

The topic ‘header resize’ is closed to new replies.

## Tags

 * [header](https://wordpress.org/support/topic-tag/header/)
 * [resize](https://wordpress.org/support/topic-tag/resize/)

 * 1 reply
 * 2 participants
 * Last reply from: [Tom Carney](https://wordpress.org/support/users/tecdoc/)
 * Last activity: [10 years, 9 months ago](https://wordpress.org/support/topic/header-resize-2/#post-6562386)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
