Info
- 5 posts
- 3 voices
- Started 2 years ago by InvTrdr
- Latest reply from InvTrdr
- This topic is resolved
Aligning Logo
-
- Posted 2 years ago #
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> -
- Posted 2 years ago #
Can you post a link to your forum please?
-
- Posted 2 years ago #
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.
-
- Posted 2 years ago #
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.
-
- Posted 2 years ago #
Thanks.
-
You must log in to post.