Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • I’ve changed the default image in the img folder, but i’m still limited with the size, i can’t go bigger than the currently one.
    Like your header is big I like it. This theme is visually amazing but it’s hard to customize i think, now I’m struggling to add social networks plugins…

    I finally resolved it!!! Great Success!
    https://theweeklycore.com/fix/

    @mmcmahon: thanks for your answer. I designed my logo under illustrator and saved it and uploaded it into my ftp with the size I want, 250px X 500px. And it’s still small…

    About the front page layout, that’s because I’m with Autofocus Pro, the paid version then.
    Are you with the free version? weird you’ve been able to change to header with the free version, I tried lot of solutions with the free one to change the header but it didn’t work. That’s why I bought the Pro one. But I’m still annoyed… fml.

    I’m getting crazy with this. I’m on AF+ Pro. I want my logo bigger. I’ve changed the size of the logo.gif in the image folder and also the code. I need the logo 500px x 250px
    Here is what I’ve got

    /* Header Logo CSS */
    #header {background:transparent url(‘<?php header_image(); ?>’) left center no-repeat;}
    .ie6 #header {background:transparent url(‘<?php echo get_bloginfo(‘stylesheet_directory’) ?>/img/logo.gif’) left center no-repeat;}
    <?php if ( ‘blank’ == get_header_textcolor() ) { ?>
    #header #blog-title {padding:0;margin-top:-3px;}
    #header #blog-title a span {visibility:hidden;width:500px;height:250px;display:block;}
    #header #blog-description {display:none;}
    <?php } else { ?>
    #header h1 a span {color:#<?php header_textcolor() ?>;}
    #header h1 a:hover span {color:#FFF;}
    <?php } ?>
    <?php if ( get_header_image() ) { ?>
    #branding {padding-left:50px;width:288px;}
    <?php } else { ?>
    #branding {padding-left:0px;width:288px;}
    <?php } ?>

    Here is my website: https://theweeklycore.com/fix/
    The logo is small… ??
    Any tips to fix this?
    @mmcmahon: it seems that you were facing of the same trouble than me. Could you help me please?
    Thanks

Viewing 4 replies - 1 through 4 (of 4 total)