Shape 5

Joomla Club Extensions => Image Slide - Club => : marleyman February 13, 2017, 12:23:26 PM



: Only 3 Thumbnails appearing
: marleyman February 13, 2017, 12:23:26 PM
Hi, I have a Developer's License.

I am positive about my 8 image URL's:
http://173.199.129.165/~ashleymt/index.php

All the image paths are correct, but only 3 thumbnails appear?

Can you please let me know how to fix this?
thanks


: Re: Only 3 Thumbnails appearing
: jonahh February 13, 2017, 02:17:35 PM
Hello,

If you add the following CSS this will fix the issue, just adjust width and margin right as needed. You can add this to your custom.css file:

:
#s5_if_thumbsouter {
    width: 576px !important;
    margin-right: 29px !important;}


: Re: Only 3 Thumbnails appearing
: marleyman February 14, 2017, 05:13:15 AM
Hello,

If you add the following CSS this will fix the issue, just adjust width and margin right as needed. You can add this to your custom.css file:

:
#s5_if_thumbsouter {
    width: 576px !important;
    margin-right: 29px !important;}


Thank you! that did fix this issue!