Shape 5

Joomla Templates => Emma Smooth - Club => : amiman August 15, 2009, 10:03:31 AM



: Emma Smooth is Very Smooth
: amiman August 15, 2009, 10:03:31 AM
Excellent template again.
Excellent layout and modules.


I am going to try this with a holiday guide site,


: Re: Emma Smooth is Very Smooth
: serge August 15, 2009, 12:08:33 PM
Very smooth and very awesome!!!


: Re: Emma Smooth is Very Smooth
: ultracy August 16, 2009, 11:05:40 AM
lovely... would it be even prettier if the background extend all the way out instead of leaving white space. would it be possible?


: Re: Emma Smooth is Very Smooth
: mikek August 16, 2009, 05:16:37 PM
Hello, the background images are already very large. The default one is 1300x1031 which will fit almost all resolutions. If you need it larger you can always increase the size of the background image or if you want to create a repeating background image you can edit the template_css.css file:

 body  {
    font-family: tahoma;
   background:url(../images/s5_background.jpg) no-repeat top center;
   background-attachment:fixed;
   color:#333333;
   }

to:

 body  {
    font-family: tahoma;
   background:url(../images/s5_background.jpg) repeat-x;
   background-attachment:fixed;
   color:#333333;
   }

then create s5_background.jpg as a repeating background.