Forums

Join
bbPress Support ForumsInstallationAligning Logo

Info

Aligning Logo

  1. I am using the code below for my logo in the header that can appear above or below the text and slogan. It aligns itself to the left. How do I get it to align to the center like the text and slogan? Missing something in the CSS stylesheet file?
    Thank you.

    <div class="art-Header">
        <div class="art-Header-jpeg"></div>
    <div class="art-Logo"> <img src="logo location"align="center"/>
        <h1 id="name-text" class="art-Logo-name">
            <a href="<?php echo get_option('home'); ?>/"><?php bloginfo('name'); ?></a></h1>
        <div id="slogan-text" class="art-Logo-text">
            <?php bloginfo('description'); ?><img src="logo location"align="center"/></div>
    </div>
    
    </div>
  2. Can you post a link to your forum please?

  3. The forum site is fine. It is the main WP site attached to the forums site that I am trying to do the above. Have not gotten an answer there yet so thought would try here as it is similar.

  4. He wants the site because there might be other factors that are affecting it. If you use Firefox get a plugin called firebug. http://getfirebug.com/ it will help you with all your css needs.

  5. Thanks.

  6. You must log in to post.