MyBB Community Forums

Full Version: Make this happen, i know it's an easy task but i couldn't do it
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
How do I make this happen, i know it's an easy task but i couldn't do it?

Anyway, url to my forums are http://tech-board.net

I want to fix these things:
1. Distance between logo and menu to be shorter
2. Distance between the background on the menu and WELCOMEBLOCK gone.
3. Tell me what's wrong with my theme? I cannot make it hover the menu items and show red color?

I have the code:
.menu ul a:hover, .menu ul a:active {
color: #FF0000;
text-decoration: none;
}

See my css: http://tech-board.net/cache/themes/theme3/global.css

Thank u very much if u can help me. Smile
(2012-02-15, 08:04 PM)MagnusHF Wrote: [ -> ]How do I make this happen, i know it's an easy task but i couldn't do it?

Anyway, url to my forums are http://tech-board.net

I want to fix these things:
1. Distance between logo and menu to be shorter
2. Distance between the background on the menu and WELCOMEBLOCK gone.

Thank u very much if u can help me. Smile

edit your header templates ... remove {welcomeblock} and then edit the other elements
Remove welcomeblock? then how do my users see the welcome box?
(2012-02-15, 08:16 PM)MagnusHF Wrote: [ -> ]Remove welcomeblock? then how do my users see the welcome box?

you said
Quote:welcomeblock gone
the standard welcomeblock lives in the panel div so perhaps just add what you need in that div
<div id="panel">
				{$welcomeblock}
			</div>
Distance between the background on the menu and WELCOMEBLOCK gone.[/b] not the WELCOMEBLOCK gone...
the black space between the background of menu and the welcomeblock
^ your present theme's global.css consists of height property for .menu ul - reduce OR remove that - it should adjust ..
(2012-02-15, 08:25 PM)MagnusHF Wrote: [ -> ]Distance between the background on the menu and WELCOMEBLOCK gone.[/b] not the WELCOMEBLOCK gone...
the black space between the background of menu and the welcomeblock

could you post your header template here
I used margin-bottom/top with 0px and it fixed itself. Thanks for trying ranjani and JimR!
(2012-02-15, 08:25 PM)MagnusHF Wrote: [ -> ]Distance between the background on the menu and WELCOMEBLOCK gone.[/b] not the WELCOMEBLOCK gone...
the black space between the background of menu and the welcomeblock

Could you post the contents of your header template?
Also one question, can you please tell me why doesn't my menu buttons have color when hovering the mouse? I set it as this:

.menu ul a:hover, .menu ul a:active {
color: #;
text-decoration: none;
{
Pages: 1 2 3