CustomerService
05-29-2008, 08:06 AM
Issues
1) The source for the large posting buttons at the bottom of the forumdisplay page was not included.
2) When you shrunk the browser window down, it caused things to collapse ungracefully.
Resolution
1) Source is now included: posting_buttonLarge.psd
2) A min-width was placed on the wrapper div that prevents that collapse in all modern browsers
Manual Fix
Adding the new min-width is very fast and easy. Style Manager -> All Style Options -> Additional CSS Definitions (bottom of page). Look for:
#wrapper {
width:90%;
margin: 0 auto;
border-right:3px solid #282B32;
border-left:3px solid #282B32;
}Replace with:
#wrapper {
width:90%;
margin: 0 auto;
border-right:3px solid #282B32;
border-left:3px solid #282B32;
min-width:900px;
}The archive has been updated with the changes. w00t
1) The source for the large posting buttons at the bottom of the forumdisplay page was not included.
2) When you shrunk the browser window down, it caused things to collapse ungracefully.
Resolution
1) Source is now included: posting_buttonLarge.psd
2) A min-width was placed on the wrapper div that prevents that collapse in all modern browsers
Manual Fix
Adding the new min-width is very fast and easy. Style Manager -> All Style Options -> Additional CSS Definitions (bottom of page). Look for:
#wrapper {
width:90%;
margin: 0 auto;
border-right:3px solid #282B32;
border-left:3px solid #282B32;
}Replace with:
#wrapper {
width:90%;
margin: 0 auto;
border-right:3px solid #282B32;
border-left:3px solid #282B32;
min-width:900px;
}The archive has been updated with the changes. w00t