Adding copyright and disclaimer to footer
-
Hello- I have the customized Sight theme on my blog right now. It does not have an option for a footer widget, but I do have the customized upgrade. I would like to add a copyright and a clickable disclaimer to the footer. Any suggestions? The site I need help with is: http://www.thepaleonurse.com. Thank you!
The blog I need help with is: (visible only to logged in users)
-
-
Do you know the code that can be used to move it to the footer? I have it in a text widget right now.
-
I don’t “know” the code, I create the code once I see the widget. I’m not seeing a widget with the content you described.
-
I checked http://thepaleonurse.com/ and I see a “Disclaimer” widget in the sidebar. It’s pretty long! Is that what you’d like to try to reposition into the footer?
Even if that’s not the right widget, this example should get you started:
#page { position: relative; padding-bottom: 240px; } #text-3 { position: absolute; left: 35px; bottom: 0; width: 890px; }Add that to your Appearance → Themes → Customize → CSS panel.
Keep in mind that if you adjust the size of anything in the disclaimer widget or remove the title, then you will also need to adjust the CSS. Experiment with changing around the numbers until it gets moved around to where you want. The “padding-bottom” number for “.page” is probably the one you’ll want to adjust.
- The topic ‘Adding copyright and disclaimer to footer’ is closed to new replies.