Hi,
This is a great theme. However, is it possible to add a logo next to the Blog title in the header. I don't want to replace the title with the logo, just have the logo to the right of the title.
Thanks for your help.
Shane
I have not checked out the theme, but it should be relatively easy.
The header should be placed within a header.php file within the theme's folder. If you go to that, there should be some
<?php blog_title()?>
However, adding the
So, let's just assume that you wanted to add an image to the right after the title:
<div id="title"><?php blog_title()?></div>
You simply need to add another
<div id="logo">|IMAGE & LINK TO LOGO|</div>
Next you'd need to add something like this to the style.css file:
#title{font: Monaco;font-size: 10px;}#logo{float: right;margin-left: 10px;margin-top: auto;margin-bottom: auto;}
However, this should give you an idea on what you need to do.
If you need more assistance, please let me know.
Thanks.
More information about formatting options
Boost your traffic, improve your blog and become an authority in your niche with Peformancing Services.
Hello Shane
I have not checked out the theme, but it should be relatively easy.
The header should be placed within a header.php file within the theme's folder. If you go to that, there should be some
<?phpblog_title()
?>
However, adding the
So, let's just assume that you wanted to add an image to the right after the title:
<div id="title"><?php blog_title()?></div>You simply need to add another
<div id="logo">|IMAGE & LINK TO LOGO|</div>That is all you really have to do as far as the code of the actual blog is concerned.
Next you'd need to add something like this to the style.css file:
#title
{
font: Monaco;
font-size: 10px;
}
#logo
{
float: right;
margin-left: 10px;
margin-top: auto;
margin-bottom: auto;
}
And all that should be a good starting point. There are plenty of resources on using CSS, you should try Google.
However, this should give you an idea on what you need to do.
If you need more assistance, please let me know.
Thanks.
Post new comment
Advertising
Performancing Services
Boost your traffic, improve your blog and become an authority in your niche with Peformancing Services.
Navigation
User login
Recent blog posts
New forum topics
About
about us | member guidelines | f.a.q | contact us | privacy policy | copyright