Exclusive Theme (Wonderfull)

eivindsimensen, 2014. Feb 08. Sat, 12:15

Hello again......

Is it possible to get the News, gallery, download,forum window bigger, wider.
Re: Exclusive Theme (Wonderfull)
fizi, 2014. Feb 09. Sun, 09:36

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.
Re: Exclusive Theme (Wonderfull)
eivindsimensen, 2014. Feb 09. Sun, 11:37

I just want to make the space for the content i little bitt bigger.....Is this possible or will this destroy he page
Re: Exclusive Theme (Wonderfull)
fizi, 2014. Feb 09. Sun, 22:49

I will see it.
Re: Exclusive Theme (Wonderfull)
eivindsimensen, 2014. Feb 10. Mon, 16:23

Ok i wait......
Re: Exclusive Theme (Wonderfull)
fizi, 2014. Feb 11. Tue, 19:43

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