Dear mvphack,
You can resolve your questions as the following steps:
* Secondary navigation bar:
+ login administrator
+ choose extensions --> template manager --> smart_news17 --> Top Menu Settings --> change to Dropline Menu
* Date time:
+ use ftp or file browser manager or other method to change file template.css in the folder: site/templates/smart_news17/css on line 766:
change
.yt-day {
color: #FFFFFF;
font-size: 10px;
left: 20px;
margin: 0;
position: absolute;
top: 63px;
}
to:
.yt-day {
color: #FFFFFF;
font-size: 10px;
margin: 0;
position: absolute;
right: -370px;
top: 25px;
}
Thanks!