REGISTER or LOGIN to have the annoying ads removed.
Post Reply 
 
Thread Rating:
  • 1 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Solved][Help] Make a theme dynamic(Stretch)
Jan 09, 2010, 09:08 AM (This post was last modified: Jan 21, 2010 09:09 AM by Riverthief.)
Post: #1
[Solved][Help] Make a theme dynamic(Stretch)
Hi all, I was wondering how to make a theme "Dynamic". As in, stretch across all screen resolutions. Like mybbcentral to be specific Tongue . I don't really like the big blank bits on the sides of my site lmao. As seen here;
[Image: wqoghi.png]
See the blank bits on both sides, and how the main part doesn't stretch all the way? That's what I want to change, so it does. Any help would be appreciated Smile

[Image: mybbsig.php]
Visit this user's website Find all posts by this user
Quote this message in a reply

This ad removed for subscribers.
Jan 09, 2010, 11:16 AM
Post: #2
RE: [Help] Make a theme dynamic(Stretch)
go in your global.css file in the templates adn style setting for that theme.

click on advanced edit and change under "container" there is a width, change to 92%

[Image: logo.png]
Your professional web services, all in one kick ass package.
Visit this user's website Find all posts by this user
Quote this message in a reply
Jan 09, 2010, 11:56 AM
Post: #3
RE: [Help] Make a theme dynamic(Stretch)
Didn't work =/
Made it about 3 pixels smaller on each side lol.

This is what I have now;
Code:
}

#container {
    width: 92% auto;
    color: #a2a2a2;
    margin: auto auto;
    padding: 0 20px 20px 20px;
    text-align: left;
    background-color: #121212;
}

And this is the original;
Code:
}

#container {
    width: 100% auto;
    color: #a2a2a2;
    margin: auto auto;
    padding: 0 20px 20px 20px;
    text-align: left;
    background-color: #121212;
}

[Image: mybbsig.php]
Visit this user's website Find all posts by this user
Quote this message in a reply
Jan 09, 2010, 01:15 PM
Post: #4
RE: [Help] Make a theme dynamic(Stretch)
Remove the auto, not seen that in a width before.

Click here to download ALL MyBB Central plugins!!
Visit this user's website Find all posts by this user
Quote this message in a reply
Jan 09, 2010, 01:25 PM
Post: #5
RE: [Help] Make a theme dynamic(Stretch)
yeah auto is messing with some config settings in your template.....all you have to do is remove it and your all set.

[Image: logo.png]
Your professional web services, all in one kick ass package.
Visit this user's website Find all posts by this user
Quote this message in a reply
Jan 10, 2010, 05:14 AM (This post was last modified: Jan 10, 2010 05:14 AM by Riverthief.)
Post: #6
RE: [Help] Make a theme dynamic(Stretch)
Removed the auto, so it looked like;
Code:
width: 92%;
And I also tried;
Code:
width: 100%;

But to no avail =/

[Image: mybbsig.php]
Visit this user's website Find all posts by this user
Quote this message in a reply

This ad removed for subscribers.
Jan 16, 2010, 02:35 AM
Post: #7
RE: [Help] Make a theme dynamic(Stretch)
Try reemoving padding.
Visit this user's website Find all posts by this user
Quote this message in a reply
Jan 21, 2010, 09:09 AM
Post: #8
RE: [Help] Make a theme dynamic(Stretch)
Ok, fixed it. I did this;
Code:
width: auto;

In #wrapper Smile

Now it will stretch dynamically over all screen resolutions(Tested in VM)

Thanks for the help guys

[Image: mybbsig.php]
Visit this user's website Find all posts by this user
Quote this message in a reply
Jan 24, 2010, 02:37 PM
Post: #9
RE: [Solved][Help] Make a theme dynamic(Stretch)
I was going to ask about this. But then its being discussed already. Thanks!
Find all posts by this user
Quote this message in a reply
Jan 24, 2010, 09:48 PM
Post: #10
RE: [Solved][Help] Make a theme dynamic(Stretch)
(Jan 24, 2010 02:37 PM)sudarsan7532 Wrote:  I was going to ask about this. But then its being discussed already. Thanks!

Answer is right above your post, lol.

[Image: mybbsig.php]
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Possibly Related Threads...
Thread: Author Replies: Views: Last Post
  CAN'T DOWNLOAD A THEME! BeatScript 1 40 Mar 13, 2010 06:56 AM
Last Post: Arqui
  Create a theme? 88power88 2 67 Mar 06, 2010 04:05 AM
Last Post: Devilson
  [Solved] RSS to post and images jumik 4 118 Mar 06, 2010 02:57 AM
Last Post: jumik
  Theme Changer? 88power88 2 70 Feb 26, 2010 04:08 PM
Last Post: 88power88
Exclamation (SOLVED)c99 shell on my forum eXPerience™ 14 484 Feb 24, 2010 01:36 PM
Last Post: eXPerience™

Forum Jump:



icon buffet