Buddymatic header height
-
Hi,
My wordpress adress is https://84.112.214.17/wordpress/.
I’m trying to get the buddymatic header to have a smaller height.
It currently looks like this: https://www.glowfoto.com/static_image/28-075407L/2434/png/03/2010/img6/glowfoto
And I want it to be around this tall: https://www.glowfoto.com/static_image/28-074017L/6696/png/03/2010/img5/glowfoto
The buddymatic header.php file is
<?php thematic_create_doctype(); echo " "; language_attributes(); echo ">\n";?> <head profile="https://gmpg.org/xfn/11"> <?php thematic_doctitle(); thematic_create_contenttype(); thematic_show_description(); thematic_show_robots(); thematic_canonical_url(); thematic_create_stylesheet(); thematic_show_rss(); thematic_show_commentsrss(); thematic_show_pingback(); thematic_show_commentreply(); wp_head(); ?> </head> <body class="<?php thematic_body_class() ?>"> <?php thematic_before(); ?> <div id="wrapper" class="hfeed"> <?php thematic_aboveheader(); ?> <div id="header"> <?php thematic_header() ?> </div><!-- #header--> <?php thematic_belowheader(); ?> <div id="main">
Does anyone happen to know how I can make the header less tall?
Thanks!
Vlad
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Buddymatic header height’ is closed to new replies.