Viewing 6 replies - 1 through 6 (of 6 total)
  • Site link not working

    Thread Starter kabbie

    (@kabbie)

    You’ve centered your logo. So go to Customise>Header>Design and layout and set Choose a layout for the header to Logo/title on the left.

    Thread Starter kabbie

    (@kabbie)

    I tried that but the tagline still merged with the two buttons
    this is my php code for the two buttons:
    <?php if ( !in_array( ‘__navbar’ , $wp_current_filter ) ) :?>
    <div class=”container outside”>
    <div class=”site-description”>
    <h2 class=”site-description”><?php bloginfo( ‘description’ ); ?></h2>
    <div class=”top-buttons”>
    Puppies
    Gallery
    </div>
    </div>
    </div>
    <?php else : //when hooked on __navbar ?>
    <div class=”span65 inside site-description”>
    <h2 class=”site-description”><?php bloginfo( ‘description’ ); ?></h2>
    <div class=”top-buttons clearfix”>
    Puppies
    Gallery
    </div>
    </div>

    <?php endif; ?>
    <?php
    }

    css:
    .top-buttons .btn {font-family: Kristen ITC}

    Cheers

    1) No such thing as span65. Bootstrap uses span1-span12.

    2) Another span is being wrongly generated:
    <div class="navbar-wrapper clearfix span20">

    Fix those and I’ll keep looking

    Thread Starter kabbie

    (@kabbie)

    Will dothanks Mate much appreciate..

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Tagline and button Merge’ is closed to new replies.