CSS Footer scaling
- The topic ‘CSS Footer scaling’ is closed to new replies.
Need help? Check out our Support site, then
I understand we can’t remove the “blog at wordpress” section, but is there any way to make it smaller?
The blog I need help with is: (visible only to logged in users)
You can make the credits smaller, though they should still be visible and readable. The following custom CSS will get you started; requires Custom Design upgrade.
.site-footer .credits {
font-size: 14px;
padding: 0 20px;
}