0
Welcome Guest! Login
0 items Join Now

Setting Default Widths

  • Setting Default Widths

    Posted 17 years 11 months ago
    • Can anyone tell me where to set the default widths for my site?
  • Re: Setting Default Widths

    Posted 17 years 11 months ago
    • Inside your template_css.css file there is an area that shows the widths called 'wrapper'

      If you tell me what template you are using I can point it out better, but they are pretty much the same.

      Cheers,

      Mike
  • Re: Setting Default Widths

    Posted 17 years 11 months ago
    • I'm using the Sporticus News template. Seems like setting the width is the kind of thing that should be an option under the site/administration menu or whatever. Do I really have to edit a css file? While were' at it, what is the width of a standard page (like this one). The Sporticus News default seems to be a 1990's width (maybe 600?).

      Thanks Mike
  • Re: Setting Default Widths

    Posted 17 years 11 months ago
    • div.wrapper {
           width: 845px;  /* control the width here */
           margin: 0 auto;
           position: relative;
           padding-bottom: 1px;


      Cheers,

      Mike

Time to create page: 0.046 seconds