You are here:  » image out of boundary

Support Forum



image out of boundary

Submitted by be on Sat, 2012-02-25 15:39 in

please some page of the product display are actually running out of boundary, please where can i fix that.({link saved})

Submitted by support on Sat, 2012-02-25 16:03

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

Submitted by be on Sat, 2012-02-25 16:21

yes it helped david, thanks