• Hello,

    I’m having trouble increasing the header size in the Throughout template. URL is http://bestresultsmarketing.com

    There is only a sliver of space for the Blog name and description, and I want to increase this to 150px. I can’t seem to figure out how to do this.

    STYLESHEET CODE IS LINKED HERE: http://wordpress.pastebin.com/5aRzB9Nd

    Menu image is img02 and slideshow img is img03

    Note: The slideshow that is underneath the menu has to be moved accordingly. Check #slideshow in the CSS.

    Any help would be greatly appreciated.

Viewing 1 replies (of 1 total)
  • Try editing style.css:

    #logo {
    height:45px;
    margin:0 auto;
    padding-left:20px;
    padding-top:5px;
    width:920px;
    }

    and changing the height attribute accordingly.

Viewing 1 replies (of 1 total)
  • The topic ‘Header Padding Trouble’ is closed to new replies.