Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.
Not a member yet? Click here to register.
Forgot Password?

Dark Bliss

Asked Modified Viewed 3,559 times
F
Falk
F
Falk 146
Need help?, Having trouble?
• View our Documentation for Guides, Standards and Functions
• Name and Organize your Topics and Content correctly in the corresponding Forums for best support results
• Attaching Log Files and Screenshots when reporting issues will help
• Provide with an URL to live example if one exists
• Please read the How to Report an Error post
• Please read and comply with the Code of Conduct

(¯·._.·(¯°·._.·°º*[ Project Manager ]*º°·._.·°¯)·._.·¯)
  • Super Admin, joined since
  • Contributed 6,201 posts on the community forums.
  • Started 639 threads in the forums
  • Started this discussions
  • Answered 12 questions
asked
Super Admin

[mp]695[/mp]
0 replies

3 posts

B
Bumblebee
B
  • Newbie, joined since
  • Contributed 3 posts on the community forums.
  • Started 1 thread in the forums
answered
Newbie

Hello Community,

i would like to define this theme width 1000px can smoebody help me?

Best regards
Bumblebee
0 replies
K
KasteR
K
KasteR 10
  • Senior Member, joined since
  • Contributed 290 posts on the community forums.
  • Started 1 thread in the forums
answered
Senior Member

Open styles.css and make the updates as mentioned below.

And just so you know, the header and footer use background images, which are a predefined width. The header width is 836px and the footer width is 839px. So what I ended up doing is scaling the image to 1000px. It should be ok, since it's not a big stretch. But keep that in mind.


.full-header {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 10px;
   color: #fff;
   background: url(images/header.png);
   background-repeat: no-repeat;
   background-position: center;
   background-size: 1000px;
   width: 1000px;
   height: 227px;
   margin: 0px auto;
}

.subheader {
   margin: 0px auto;
   width: 800px;
}

.content {
   margin: 0px auto;
   width: 1000px;
}

.footer {
   text-align: center;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 9px;
   color: #f1f1f1;
   background: url(images/footer.jpg);
   background-repeat: no-repeat;
   background-size: 1000px auto;
   width: 1000px;
   padding-bottom: 20px;
   margin: 0px auto;   
}
0 replies
B
Bumblebee
B
  • Newbie, joined since
  • Contributed 3 posts on the community forums.
  • Started 1 thread in the forums
answered
Newbie

Hello KasteR,

a big thank to you. You've helped me a lot.

Best regards
Bumblebee
0 replies

Labels

None yet

Statistics

  • Views 0 views
  • Posts 3 posts
  • Votes 0 votes
  • Topic users 3 members

0 participants

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet