I like this them but it seems odd that if you're logged out, the login box on the left side is covered by the slides. Since my slides aren't as wide as the default slides, I want to center the slides. This should allow the login box to display as well. Secondly, it would be nice to know how to change the white bar where the "mission" text appears to make it the same width as my slides and center it as well.

Comments

TE5LA’s picture

Status: Active » Fixed

I fixed this myself. For anyone else who has this issue, this is what I did:

Open "style.css".

Find:

.slideshow-inner {
width:950px;
margin:0 auto;
height:355px;
position:relative;
z-index:1;
}

I just changed the "950" to the width of my slides and it centered them perfectly.

I also fixed the mission statement banner. Search in the same file for "mission-bg.png". IN that block of code, change the width=950 to the width of your slides.

BTW, my slides are 632 x 355 and now the login panel on the left fits perfectly.

danpros’s picture

Status: Fixed » Closed (fixed)

Hi, you did it! :)

Use firebug, that tool will help you a lot. I'll close this.

Thanks,
Dan