Custom Footer
-
I’m trying to add into the bottom of my blog a simple note “Copyright Ewan A Walker 2010”. Hpw do I do it?
The blog I need help with is: (visible only to logged in users)
-
If you select a theme that has footer widget area(s), you can insert your own text there (using a Text Widget). Otherwise, you will need to add that to the bottom of your sidebar widget area.
-
If you add “Copyright Ewan A Walker 2010” to your sidebar as the content of a text widget you can position it in your footer using CSS. Something like the code below should work if you replace the instances of #text-5 with the unique ID for the new text widget.
#pagewrapper {position:relative;} #sidebar #text-5 {position:absolute; bottom:0; left:0; width:980px;} #sidebar #text-5 .textwidget {margin:0 auto; width:600px;}
- The topic ‘Custom Footer’ is closed to new replies.