Unfortunately due to other commitments, we are no longer able to provide support for these themes.
All our themes are now free and can be downloaded by anyone to use/modify however they wish.
We want to thank all our users for their support over the years. All the best in 2020 and beyond.
Display 8 items in one line

in ReadyFolio 2
How to display 8 items our works in one line. It can only display 4 items one line below:
https://www.albhardware.com/glass-fittings/glass-fence-fittings/
https://www.albhardware.com/glass-fittings/glass-fence-fittings/
This discussion has been closed.
Comments
$loop_counter++; if ($loop_counter == 4) $loop_counter = 0;
to
$loop_counter++; if ($loop_counter == 8) $loop_counter = 0;
Then add something like this to your Thesis Custom CSS:
- Check out the Resource Center for helpful tutorials and hints.