View Single Post
  #24  
Old 01-19-2007, 05:00 AM
 
ranger82nd ranger82nd is offline
 

Senior Member
  
Join Date: Jan 2006
Posts: 159
 

Default Re: Thickbox 2.0 implementation

Quote:
Originally Posted by MattUK
Hi,

Thanks very much! It seems to be working, but the page is still becoming left-alligned. It should be centred. Any ideas what's causing this?

open thickbox.css:
Find
Quote:
*{ padding: 0; margin: 0; }
html, body { min-height: 100%; height: auto !important; height: 100%; }
Comment it out like this:
Quote:
/*{ padding: 0; margin: 0; }
html, body { min-height: 100%; height: auto !important; height: 100%; }*/
__________________
X-Cart Gold v4.0.17 ~ EWD Hosting!
Reply With Quote