Laz
Laz

Reputation: 25

Coda Slider CSS

I am using Niall Doherty's Coda Slider on my web site but I am having trouble figuring out why some browsers like Firefox Mac/Windows and IE for Windows are rendering the thumbnail images at the bottom of the page in a vertical row instead of in a horizontal row as Safari Mac and Chrome are correctly rendering. I'm pretty sure the problem is somewhere in the CSS but I can't seem to figure it out.

The url with an example is: http://www.lazruda.com/gallery.php?page=3&cat=72157627372114619

Could someone please help? Your help is greatly appreciated.

Upvotes: 2

Views: 1106

Answers (1)

Andres I Perez
Andres I Perez

Reputation: 75399

Set the display of your .coda-nav ul li class to display:inline-block in your coda-slider-2.0.css css file, line 48.

enter image description here

Upvotes: 3

Related Questions