go41

the info you need to know


von Joern
Keine Kommentare

right, your navbar entries are in a div:Code:#page-bar {width:722px;}I think now you could change this toCode:#page-bar {width:940px;}and use a bigger go.gif...good luck____________________you find me on Google+, Twitter and Facebook


von Joern
Keine Kommentare

to get the image styled edit this in style.css:#headline a img, #featured22 a img {...to look like this:#headline a img, #featured22 a img, #featuredright a img {...the title beside the images is normally in#featured .info {float:right;margin-top:5px;padding-top:5px;width:180px;}you should style this too, ie:#featured .info2, #featuredright .info {float:right;margin-top:5px;padding-top:5px;width:160px;}this should make it display on…


von Joern
Keine Kommentare

I figured it out! It was this section: Code:<div class="navigation">      <div class="right"><?php next_post_link('%link »', '%title', TRUE) ?></div>      <div class="left"><?php previous_post_link('« %link', '%title', TRUE) ?></div>   </div>   </div>of the post php that was somehow throwing things off. Sorry to bother you about it unnecessarily .