how do i center my footer's text? http://www.stuttgenstudios.com i have custom CSS
The blog I need help with is stuttgenstudios.com.
WordPress.com is an easy way to start blogging. Get a blog, check out our features, read the latest announcements, choose from great themes, or learn about the team behind it.
Need help? Check out our Support site, then
how do i center my footer's text? http://www.stuttgenstudios.com i have custom CSS
The blog I need help with is stuttgenstudios.com.
Do this to the text in the text widget.
<p style="text-align: center;">Copyright © 2011 Stuttgen Studios LLC. All rights reserved. All Stuttgen Studio marks contained herein are trademarks of Stuttgen Studios and/or Stuttgen Studios affiliated companies.</p>
thank you so much! do you have a top on how to delete the extra space below the text in that same box?
Give this a try and see what you think. Add it to the bottom of your CSS.
#supplementary {
padding-bottom: 0;
}
#text-6 {
margin-bottom: 0;
}
Oops, copy and paste the below. Above I forgot my code tags.
#supplementary {
padding-bottom: 0;
}
#text-6 {
margin-bottom: 0;
}
such a genius! once again thanks for making my site come together slowly :) its looking better every day- have a great holiday weekend
Thank you and you are welcome.
This topic has been closed to new replies.