My CSS centering code seems to be causing an issue with a widget, as it gets pushed down below the columns. Additionally, the nav bar widget appears on all forum pages.
Your assistance in resolving this problem would be greatly appreciated. Thank you.
Check out the visual representation of the issue:
The widget should ideally be positioned up higher, next to the columns.
Highlighted below is the source code for the problematic columns:
HTML:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
...
</body>
</html>
CSS:
/*
DICE GAME TABLE
*/
/* Elements styles */
.pricing_table_row {
...
}
.left {
...
}
.right {
...
}
.first_child{
...
}
...
.button:hover{
...
}
.first_colum{
...
}
.black{
...
}