Support » Themes and Templates » CSS Logo Resizing

Viewing 3 replies - 1 through 3 (of 3 total)
  • Try changing “#header .logo a” size in your theme/lib/scripts/scheme.php, on line 5. That should do it

    Thread Starter Tarheel25

    (@tarheel25)

    Thanks here is what i see there:

    [ Moderator note: when sharing code examples, please wrap the code in backticks or use the code button. ]

    #header .logo a {
    <?php if($ct_logo): ?>
    	background:url(<?php echo $ct_logo; ?>) no-repeat;
    <?php endif; ?>
    	width:<?php echo $ct_logo_width; ?>px;
    	height:<?php echo $ct_logo_height; ?>px;
    }

    I just downloaded your theme, you should have ‘theme options’ in your dashboard. There you can change the logo, width, height, and few more things. If you don’t have theme options send me screenshot of your dashboard. 🙂

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘CSS Logo Resizing’ is closed to new replies.