Page 1 of 1

Stop image tiling in header

Posted: Mon Mar 29, 2010 8:46 pm
by inspiresit
Hello,

I'm new to CMS Made Simple and I'm having a problem with a image as my main banner. I set the image width at 940 pixels in width but when I preview my website its not tiled. Is there someway in the template or the Stylesheet to limit the page width to about 940 pixels?

Re: Stop image tiling in header

Posted: Mon Mar 29, 2010 9:11 pm
by Peciura
It were easier to suggest sollution if you posted link to your site.

Re: Stop image tiling in header

Posted: Tue Mar 30, 2010 7:49 pm
by inspiresit
The links is http://www.holycrossballycahill.com/index.php

Any help would be appreciated

Re: Stop image tiling in header

Posted: Tue Mar 30, 2010 9:33 pm
by Peciura
I used 950px because image "uploads/images/abbeyhall.jpg" is 950px of width. Set its width to 940px if you like.
div#pagewrapper {
   background-color:#FEFEFE;
   color:black;
   margin:0 auto;
   max-width:950px
   width:950px;

}

Re: Stop image tiling in header

Posted: Thu Apr 01, 2010 7:14 pm
by inspiresit
Thanks for that. Appreciate it