On the Home page of the WBv2 template there is a panel showing the recent Observations. Beneath this panel is the date of the last reading. On my page by default the day and date line is nearly on the white outline of the observations panel. The fix for this is simple and may help you become familiar with how layouts are programmed within php files
Simply open up the file Index.php on your website server (after making a backup - just in case). Scroll down to the line;
<table cellspacing="0" style="padding:30px 0px; line-height: 22px" summary="Most recent observations">
Change the 22px entry highlighted in red above, to something like 24px and save the file.
Refresh your home page and the date will now be a little bit below the white panel.