Wordpress Header Problem

Discussion in 'WordPress' started by mfp, Aug 13, 2008.

  1. #1
    Please help me in adjusting my wordpress header. I have uploaded a banner in images folder. now i wana change my blog header box height & width according to my banner size. Is it possible by changing values in style.css.php file located in the in the Mandigo theme folder

    
    #header {
    	background: url(images/header<?php echo ($mandigo_options['layout_width'] == 1024 ? '-1024' : ''); ?>.png);
    	height: <?php echo (112-($mandigo_options['header_slim'] ? 100 : 0)); ?>px;
    	width: <?php echo ($mandigo_options['layout_width']-37); ?>px;
    
    Code (markup):
     
    mfp, Aug 13, 2008 IP