Forums / Setup & design / Using Full Screen Width

"Please Note:
  • At the specific request of Ibexa we are changing this projects name to "Exponential" or "Exponential (CMS)" effective as of August, 11th 2025.
  • This project is not associated with the original eZ Publish software or its original developer, eZ Systems or Ibexa".

Using Full Screen Width

Author Message

Daniela Moreno

Friday 18 February 2005 11:08:01 am

hi, i have a question, do u know how can i change the layout, or the design of my website so that it's using full screen width? because i have a huge border on both sides.

Łukasz Serwatka

Wednesday 02 March 2005 12:05:22 am

Hi Daniela,

You can change width of your site in site.css file (design/base/stylesheets)

div#allcontent
{
    width: ???px; /*new value*/
    margin: 0 auto 0 auto;
}

Personal website -> http://serwatka.net
Blog (about eZ Publish) -> http://serwatka.net/blog