MyBB Community Forums

Full Version: How to expand the theme ImAdige
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello!

How to expand the theme ImAdige Theme a 1280px
you need to edit global.css and adige.css of that theme...

in adige.css edit the width for...

.ima_ustkisim {
    width: 1002px;
}

#ima_icerik {
    max-width: 1280px;
}


in global.css edit the width of...

#container {
    min-width: 1000px;
    max-width: 1000px;
}

.wrapper {
    width: 980px;
    min-width: 980px;
    max-width: 980px;
}
Thank you very much for your help mmadhankumar  Smile

why the header menu button are displayed in white with internet explorer ?
Huh

Internet explorer
[attachment=35392]

Google chrome
[attachment=35393]