Maximum width

jorisbudel / 2013-11-11 14:46:15   

Hi guys!
I would like to set a maximum width (1280px) on my entire website jorisbudel.nl so that indexes like jorisbudel.nl/index.php/project/ don't run all the way to the right with big screens (no more than 4 thumbs on one line). Is it possible to do this?
Thanks in advance!
All the best.
from,
Joris

arsondpi / 2013-11-11 16:02:11   

Hello!

There's two ways to do this:
1. Click Exhibit Options and then set the Counter to 4 (four thumbs on each line max)
2. Do this with css like you mentioned - your #index is 215px wide, thus

  1. #exhibit  { max-width: 1065px; }
jorisbudel / 2013-11-15 10:22:17   

Perfect!

This thread has been closed, thank you.