Need help editing a wordpress theme

by ErnieB
2 replies
  • WEB DESIGN
  • |
Im using busybee theme from woo themes. Im trying to edit it so the logo/header displays higher on the page, basically so its centered in the section that it fits in.

I saw in the code where the header had a padding so i reduced the padding and it shrunk the space above my logo/header but it moved other parts up the page as well and messed up the line that displays the categories.

Any help would be greatly appreciated.
#editing #theme #wordpress
  • Profile picture of the author VicFranks
    Just looked at the theme..

    You could do this... "Always make a copy of your style sheet first"


    #header {
    background:url("http://www.warriorforum.com/images/bg_top_gradient.gif") no-repeat scroll 60px 0 transparent;
    clear:both;
    height:130px; <--- change height to 130px
    padding-top:0px; <-- set to 0 or delete..
    position:relative;
    width:100%;
    }




    #header img.title {
    margin-left:5px;
    margin-top: ?px; <----- Add and set a top margin
    }


    Should work

    Forum is rewriting the image of the background to:
    http://www.warriorforum.com/images/bg_top_gradient.gif

    Not a mistake on my part..
    {{ DiscussionBoard.errors[2188220].message }}
  • Profile picture of the author ErnieB
    Awesome, Thanks so much. Worked like a charm.
    {{ DiscussionBoard.errors[2188256].message }}

Trending Topics