e107 Styles

Fórumok

Exclusive Theme (Wonderfull)

10 years ago
Hello again......

Is it possible to get the News, gallery, download,forum window bigger, wider.
10 years ago
Yes, it's possible, but I do not recommend. Not all of the users are using high-resolution monitor, so on the lower resolution will look ugly if you increase the size. of the content.
10 years ago
I just want to make the space for the content i little bitt bigger.....Is this possible or will this destroy he page
10 years ago
I will see it.
10 years ago
If you want the space bigger between the left and the content menu need modify te style.css file ( in the wrapper the width and in the right-column the margin):

#wrapper {  
  overflow: hidden; 
  width: 1000px; 
  margin: 0; 
  padding: 0; 
}

and

#right-column { 
  float: left;     
  width: 694px; 
  margin: 40px 0 30px 5px; 
  padding: 30px 0; 
  background: #262626;
  -moz-box-shadow: 0 0 5px #000;
  -webkit-box-shadow: 0 0 5px #000;
  box-shadow: 0 0 5px #000; 
}
Moderator(s): fizi