MyBB Community Forums

Full Version: Change layout
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
How do I change the layout from this:

[Image: 7fe342ee12ced556dd8cdd8a83d657d1.png]

to this:

[Image: 6e6a8d83ac033322750d7ef8b33b8257.png]
You've to make some CSS edits, try to replace your #panel code with this one below:

#panel {
background: none repeat scroll 0% 0% rgb(239, 239, 239);
color: rgb(0, 0, 0);
font-size: 11px;
border: 1px solid rgb(212, 212, 212);
padding: 8px;
}
That made no change to anything Undecided
You have to be pateint it's processing.
(2013-06-13, 08:54 PM)G$nius! Wrote: [ -> ]You have to be pateint it's processing.
What?
nvm old.
(2013-06-14, 01:43 PM)GetTheCode Wrote: [ -> ]Skype me, ill help ya.
aleksanteri.korhonen
Don't use skype. I just want to find out how to do this. Do you know or not? If you do, post it here.
^ please give forum url and test user account
(2013-06-14, 04:23 PM)McCoist Wrote: [ -> ]
(2013-06-14, 01:43 PM)GetTheCode Wrote: [ -> ]Skype me, ill help ya.
aleksanteri.korhonen
Don't use skype. I just want to find out how to do this. Do you know or not? If you do, post it here.

Well currently, if it isn't the Panel... its another css part, so you need to look it from Templates > Your template set > Heeader > Header_welcomeblock_member. Now there is something like <div> and then there is the links (usercp, logout, etc..), if the div isn't there you can find it from, Template set > Header > header. Then there is {$welcomeblock} and up of that is your div. Change the div to "Panel", and click save. After that goto your Global.css, search "#panel" add the code Jovan J. Gived ya,
background: none repeat scroll 0% 0% rgb(239, 239, 239);
color: rgb(0, 0, 0);
font-size: 11px;
border: 1px solid rgb(212, 212, 212);
padding: 8px;

Hope it helped Big Grin
forum link: http://footballcentreforums.hostzi.com/

username: test
password: test123
Pages: 1 2