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?
Stop image tiling in header
Re: Stop image tiling in header
It were easier to suggest sollution if you posted link to your site.
-
- New Member
- Posts: 4
- Joined: Mon Mar 29, 2010 8:43 pm
Re: Stop image tiling in header
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;
}
-
- New Member
- Posts: 4
- Joined: Mon Mar 29, 2010 8:43 pm
Re: Stop image tiling in header
Thanks for that. Appreciate it