Dear Debbie Hessenberger,
We're sorry about the lateness.
1. About slideshow:
I've checked your site. It works normally. Could you please send the screenshot about problem you see?
2. About logo: What code can I change to move the logo above the menu?
Please go to your_site/templates/sj_jare25/css/template.css (line 1347) and find:
#yt_logoposition h1 {
background: url("../images/bg_logo.png") no-repeat scroll center bottom rgba(0, 0, 0, 0);
height: 181px;
left: 0;
margin: 0;
position: absolute;
text-align: center;
top: 38px;
width: 180px;
z-index: 8;
}
=> change to:
#yt_logoposition h1 {
background: none;
height: 181px;
left: 0;
margin: 0;
position: absolute;
text-align: center;
top: -5px;
width: 180px;
z-index: 8;
}
You can to change top:-5px above
Thanks!