Animated Thumbnail Gallery Support Product Page
  Answered 
 Thumbnails Off Center
 Asked  20 Oct 2011  16:19:31 
  1 
     has   this question  
  20 Oct 2011  16:19:31 Terrel Pochert posted: 
 What might cause the thumbnails to be off center?ulctempe.org/gallery/201110/
Replies
 Replied 24 Oct 2011  09:38:46 
   24 Oct 2011  09:38:46 Miroslav Zografski replied: 
  Hello Terry, 
in your css file named ulctempe.org/Styles/ulctempe.css on line 1 you have the following statement:
If you remove the text-align property or td and th selectors the issue will be fixed.
 
  in your css file named ulctempe.org/Styles/ulctempe.css on line 1 you have the following statement:
body, td, th {
    color: #333333;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 10px;
    font-weight: normal;
    text-align: left;
}
If you remove the text-align property or td and th selectors the issue will be fixed.
