Support » Fixing WordPress » How to change the size of my logo

Viewing 2 replies - 1 through 2 (of 2 total)
  • Take a look at the html source code for bloggingarchive.com at line 137. The min-height is being set to 57px. Try changing that to 68px.

    Just wanted to be more specific about my answer.

    I don’t know which file in your theme has this code in it(the header file?), but there is an inline style sheet that comes just after this line:

    <script type="text/javascript" src="http://bloggingarchive.com/wp-content/themes/textured/js/customscript.js"></script>

    Inside the <style type="text/css"> tag there is this selector:

    #header h1 a, #header h2 a{
    background: Url(http://bloggingarchive.com
    min-width: 211px;
    display: block;
    min-height: 57px;
    line-height: 28px;
    }

    Try increasing the min-height.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to change the size of my logo’ is closed to new replies.