How do I align the Site Title and Tag Line to the centre &make them full width?
-
Hi, I used a suggestion to remove the search box from the Organization theme, with this CSS code:
#searchform {
display: none;
}I have searched and tried several suggestions for two hours, in an effort to centre align my Site Title & Tag Line using CSS code.
I would then like to try different widths of this application.Any assistance would be most appreciated…
The blog I need help with is: (visible only to logged in users)
-
Hi there, to make the title and tagline full width, use the following CSS:
.row .nine { width: 100%; } -
Hey thanx a million ‘thesacredpath’.
I copied and pasted this code into my CSS box, and it worked straight away.
By the way, what does ‘thesacredpath’ mean?
-
You are welcome, and it was the name I chose for my blog. It involves walking a path of positive living, being kind, compassionate, etc.
- The topic ‘How do I align the Site Title and Tag Line to the centre &make them full width?’ is closed to new replies.