Hello - Please visit http://thesmarterscienceofslim.com/ and note the footer. How can I move the content in the Search Site portion of the footer to move up so it is vertically alighned with the top of the other footer content (currently it is too low). Thanks!
move search box up
2 posts from 2 voices-
Posted 1 year ago #
-
Hey,
in style.css search for following code:#sitesearch_footer{
padding-top:20px;
position: relative;
}and change it to:
#sitesearch_footer{
padding-top:0px;
position: relative;
}Posted 1 year ago #
Reply
You must log in to post.














