MyBB Community Forums

Full Version: Need some help with CoderGreen Theme (3 Qs, 2 LEFT)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
[Image: themeu.png]

1. I want to move my logo to the center.

2. I don't want the headers I have now. I want to bring it down in a block. Example in the image below.

[Image: menuyca.png]

3. I want to to bring down my "view my posts, View my threads, PM usage, etc", like the picture below.

[Image: 43950496.png]

Thanks a lot for the help.
For this thing go to adminCP templates e themes-->templates-->Index template-->and add
<center></center>
for the part of logo or you can make a selector and give it
float:center;
2 Thing go to your theme global.css and find the menu add this

position: absolute;
        right: 0;
        left: 0;
        top: 0px;
        z-index: 2;

and then If you want it attached to the body add this

margin: 0px [color=#FF0000]-20[/color]px 4px; 

replace 20 with the padding of your container with the -

Third thing can you repeat what do you want to do with the welcomeblock?
(2012-07-29, 05:58 AM)Dominic Wrote: [ -> ]For this thing go to adminCP templates e themes-->templates-->Index template-->and add
<center></center>
for the part of logo or you can make a selector and give it
float:center;
2 Thing go to your theme global.css and find the menu add this

position: absolute;
        right: 0;
        left: 0;
        top: 0px;
        z-index: 2;

and then If you want it attached to the body add this

margin: 0px [color=#FF0000]-20[/color]px 4px; 

replace 20 with the padding of your container with the -

Third thing can you repeat what do you want to do with the welcomeblock?

2. Can you please tell me what you mean by attached to the body and what menu are you talking about?

3. Instead of welcomeback block being by my logo, I would like it to be in it's own block and under the logo.
None of your answers worked. Can someone help?
all my answers are tested by me on themes what is your problem?
(2012-07-29, 09:09 PM)kamz89 Wrote: [ -> ]
(2012-07-29, 05:58 AM)Dominic Wrote: [ -> ]For this thing go to adminCP templates e themes-->templates-->Index template-->and add
<center></center>
for the part of logo or you can make a selector and give it
float:center;
2 Thing go to your theme global.css and find the menu add this

position: absolute;
        right: 0;
        left: 0;
        top: 0px;
        z-index: 2;

and then If you want it attached to the body add this

margin: 0px [color=#FF0000]-20[/color]px 4px; 

replace 20 with the padding of your container with the -

Third thing can you repeat what do you want to do with the welcomeblock?

2. Can you please tell me what you mean by attached to the body and what menu are you talking about?

3. Instead of welcomeback block being by my logo, I would like it to be in it's own block and under the logo.

What he said works bro. Try again.
Where to add the <center> code in the index template?

Also I don't have menu in my global.css, I have menu img, menu li etc.

Edited

I figured out how to center the logo.

I just need help with 2 and 3, so for 2 what menu are you talking about?