Quote:
Originally Posted by MarkFL
After reviewing the situation, my suggestion is to allow the body to be wider by adding the CSS selector to your "additional.css" template:
HTML Code:
body {
max-width: 1200px !important;
min-width: 1070px !important;
width: auto !important;
}
Please let me know if this suggestion is acceptable to you and works. 
|
Hello Mark,
That's what I did not want to have to do. I was hoping to modify the module to fit the body. However, thanks for your suggestion.