Centered thumbs in visual index ; reduce thumbs size

thomasduquet / 2012-08-23 14:59:03   

Hi,

1. How to get centered thumbs in the visual index format ? "text-align: center" added to the #img-container div in base.css is not working.

2. How to reduce the size of the thumbnails ? Less than 150 I mean ? I can't find with file to custom.

My on-going website : thomasduquet.com/new/index.php/project/never-burning-story/

Thanks !

arsondpi / 2012-08-23 15:22:35   

1. it's rather complex since the thumbnails have a float:left; property as they're contained in div's

2. Check line 41 in the options.php file

thomasduquet / 2012-08-23 15:45:16   

1. Even when I turn off the float:left property I can't manage to center them...

2. Yes it was simple... thks.

thomasduquet / 2012-08-23 18:29:59   

Realy no way to center the thumbs ? I don't even know where to look...

Vaska A / 2012-08-23 18:42:56   

Centered in what way?

Vaska A / 2012-08-23 18:48:43   

It's pretty particular trying to do that.

The only way I can is to put some padding-left on #img-container to nudge things to where you want them. The images are floated left so text-align will not work.

  1. body.format-visual_index #exhibit #img-container { padding-left: ... }

It might work...

thomasduquet / 2012-08-25 15:29:52   

Ok thanks.

Tessier / 2012-09-05 17:42:01   

Hello.

I want to reduce the size of the thumbnails too, but i don't understand the way you choose. Where is the options.php" file mentioned by arsondpi ?

Thanks.

Vaska A / 2012-09-05 18:44:51   

/ndxzsite/config/options.php is a file you can edit the size of your thumbnails.

Tessier / 2012-09-06 13:59:07   

thanks a lot Vaska ! ^^

It change my life ! ;)

This thread has been closed, thank you.