Ahimsa for WordPress FAQ
January 5th, 2010 by ravi

Certain questions appear with a predictable frequency from those of you who have found Ahimsa for WordPress worthwhile, so here is a FAQ that hopes to answer them in one place.

How do I add an image / photo to the header?
See this post.
How do I make my blog title (left column of header) not wrap text making the header taller than it needs to be?
The way to avoid this is to prevent the text wrap by making the spaces between words non-breaking in some way. One way is to edit your blog title (in the settings page) and replace spaces in it with   which is the HTML way of saying “give me a non-breakable space”. Another way is to style it by creating a custom.css file in your Ahimsa theme directory and entering in it:


#title
{
    white-space: nowrap;
}


One Response  
  • Dave Weinberg writes:
    February 20th, 2010 at 10:45 pm

    greetings-

    so sorry to bother you with this one – I’ve tried to trouble shoot for awhile and I’m just not quite cracking the code or css or whatever… I am trying to get that little yellow vertical rule thingy to shift to the right on the header for http://sfiaudio.com/ – notice that SFI Audio is wrapping to two lines. I’d like it on one line but for what ever reason this combo of words is wrapping. can’t figure it out…

    I was able to make it work in this other site by following the FAQ instructions and inserting a graphic http://shortfusecentral.com/new/ but cannot get it to work with just text.

    CAn you help?

    much obliged and thx-
    -d.


Leave a Reply

»
S
I
D
E
B
A
R
«
»  Substance: WordPress   »  Style: Ahren Ahimsa