MyBB Community Forums

Full Version: [SOLVED] Enlarge the cure theme
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello!
I want to know how to expand the size of the cure Template
give your forum url (with cure theme visible for guests) and how much width you want to have ?
^ please make that cure theme as default theme (visible for guests) so that someone can check
Ok merci
admin panel >> themes >> thecure >> global.css >> Edit Stylesheet: Advanced Mode
find .mainwrap (line 23). it has width: 960px; change to width: 88%;

you also have to change the width of header. find #header .header_main (line 35)
it has width: 960px; change to width: 88%; width: 100%;

save global.css and hard refresh your browser (CTRL + F5) on forum index.
Thank you so much it almost works.
The top of the forum is deform

Thank you I found the rest
^ oh, sorry. there was a mistake.
to change the width of header - find #header .header_main (line 35) in global.css
earlier it had width: 960px; change to width: 100%; and save global.css