Page 1 of 1

Using Tabbed Menus in [proglass] Style

Posted: 25. November 2008 22:28
by the.ronin
Your Portal Version: 1.0.0RC3
Your phpBB Type: Standard phpBB3
MODs installed: No
Your knowledge: Beginner

What have you done before the problem was there?


What have you already tryed to solve the problem?


Description and Message
On styles such as “proglass”, using a tabbed menu navigation results in a gab between the body and the header logo. I have fixed that by making the following change in the “cp.css” stylesheet:

Find:

Code: Select all

#tabs {
	line-height: normal;
	margin: 20px 0 -1px 7px;
	min-width: 570px;
}
Replace:

Code: Select all

#tabs {
	line-height: normal;
	margin: 0 0 -1px 7px;
	min-width: 570px;
}
- the.ronin[/i]