I am using the JAZINC template.
I want to change the size of the slideshow, which I did via the modules section.
But I want to place another module to the right of the slideshow.
The slideshow size did change, but still left the backtground image, do I need to go into the code to edit this?
<em>@jbrett 108905 wrote:</em><blockquote>To reduce the space between the logo and slideshow:
In template_css.css (line 762) change from this:
#ja-headerwrap {
margin-bottom:30px;
}
to this:
#ja-headerwrap {
margin-bottom:0px;
}
The size of the slideshow is controled by the ja_slideshow module parameters if I remember correctly.
And the black color behind the headline text in the slideshow can be changed by changing the color code in the following:
In ja.slideshow.css (line 113)
.ja-slideshowdesc span {
background-color:#000000;
font-weight:bold;
padding:0 10px;
text-align:left;
word-spacing:1px;
}
Have fun!
John.</blockquote>