Stop image tiling in header

For discussion and questions related to CMS Specific templates and stylesheets (CSS), and themes. or layout issues. This is not a place for generic "I don't know CSS issues"
Post Reply
inspiresit
New Member
New Member
Posts: 4
Joined: Mon Mar 29, 2010 8:43 pm

Stop image tiling in header

Post 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?
Peciura

Re: Stop image tiling in header

Post by Peciura »

It were easier to suggest sollution if you posted link to your site.
inspiresit
New Member
New Member
Posts: 4
Joined: Mon Mar 29, 2010 8:43 pm

Re: Stop image tiling in header

Post by inspiresit »

The links is http://www.holycrossballycahill.com/index.php

Any help would be appreciated
Peciura

Re: Stop image tiling in header

Post 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;

}
inspiresit
New Member
New Member
Posts: 4
Joined: Mon Mar 29, 2010 8:43 pm

Re: Stop image tiling in header

Post by inspiresit »

Thanks for that. Appreciate it
Post Reply

Return to “Layout and Design (CSS & HTML)”