Your phpBB Type: Standard phpBB3
MODs installed: No
Your knowledge: Beginner
Boardlink: http://www.technoonly.com/bbs
What have you done before the problem was there?
What have you already tryed to solve the problem?
The RC1 changes for the portal page but it left the page blank
Description and Message
Hello I am trying to get the Portal page as well as the board to be 100% width of the browser... yet keeping the tables at their regular width of 180 each side... Also with the main board page I already edited the common.css like below, but it did not change the page at all...
Thanks in advace... So, again all I want to do is make the whole site including portal 100% of the browsers width while keeping the left and right columsn and 180pixels in width
#wrap {
padding: 0 20px;
min-width: 100%;
width: 100%;
margin: 0 auto;
}