Footer problem where copyright is
-
Add this to your child or custom CSS:
#content {
padding-bottom: 0;
}
#footer {
margin-bottom: 0;
}Josh thanks it worked.
Also, how do I add the date at the top of my site, like juicytravels.com did (Centered properly in between the other icons). The html code is as follows (that I grabbed from the net)
<span style="font-family: Helvetica, Arial;" > <script type="text/javascript"> var d=new Date(); var weekday=new Array("Sunday","Monday","Tuesday","Wednesday","Thursday", "Friday","Saturday"); var monthname=new Array("Jan","Feb","Mar","Apr","May","Jun","Jul","Aug", "Sep","Oct","Nov","Dec");
document.write(weekday[d.getDay()] + " ");
document.write(monthname[d.getMonth()] + " ");
document.write(d.getDate() + ". ");
document.write(d.getFullYear()); </script>Thanks!
This was probably done using an action hook.
Check this video for a quick tutorial:
http://www.joshlobe.com/2011/10/video-tutorial-using-action-hooks-in-graphene-simple/
Hey Josh,
Thanks for the instructions. As you can see (http://charlesruocco.com) I have the hook in place, and have moved my social icons and date, however it doesnt line up. Im not really good with CSS, can you give me some direction on how to edit it so its properly aligned? I would like the date in the center and the icons beside the RSS feed of course..
thanks!
You’re welcome.
Try this…
Instead of hooking to the ‘graphene_top_bar’, try hooking to ‘graphene_feed_icon’ or ‘graphene_top_search’.
Viewing 7 posts - 1 through 7 (of 7 total)
- You must be logged in to reply to this topic.
