I see that you are using the search results grid layout modification. What's happening is that the airline logos in this case are much wider than they are tall; so fixing the height to 150px is causing the total width of the page to be much wider than the browser window.
The distribution version doesn't fix width or height as the optimal scaling depends on your layout but one option is to use CSS styles to set maximum dimensions. In your html/searchresults.php search for:
Hello be,
I see that you are using the search results grid layout modification. What's happening is that the airline logos in this case are much wider than they are tall; so fixing the height to 150px is causing the total width of the page to be much wider than the browser window.
The distribution version doesn't fix width or height as the optimal scaling depends on your layout but one option is to use CSS styles to set maximum dimensions. In your html/searchresults.php search for:
height='150'
...and REPLACE with:
style='max-height:150px;max-width:150px;'
Hope this helps!
Cheers,
David.
--
PriceTapestry.com