Quote:
Originally Posted by Jeromedia603
I think this may be the very last issue I have. Could you please advise on how to fix the parameters? Here is a screenshot of the page and you will notice the competitions nav and slide seems to go off of the page. I look forward to your response! Again, thank you very much for your time.
I believe that it has to do with the slide show and how it centers the image, perhaps making it align left would work best. Just my thoughts and that doesn't say much considering I know minimal coding.

|
Edit clientscript/barousel_demo.css
Find
Code:
.barousel
{
position:relative;
margin-bottom:0px;
/*background:url(../images/bg_banner.gif) repeat 0 0;*/
width:800px;/*500px*/
height:201px;/*401px*/
margin: 0 auto 15px auto;
/*border-top:3px solid #000;*/
}
Edit line
width:800px;
to
width:750px;