Reply To: Site missing content in different browsers

Home Forums Support Site missing content in different browsers Reply To: Site missing content in different browsers

Home Forums Support Site missing content in different browsers Reply To: Site missing content in different browsers

#71393
Tom
Lead Developer
Lead Developer

Definitely try out some other caching plugins – they can be a pain, but I know some users are using them successfully with GP – W3 Total Cache is a good one.

This CSS may work for the borders:

table { 
      border-collapse: collapse; 
}
td, th { 
      border: 1px #ccc solid; 
}