space between thumbnails and left menu in visual index

Leetomic / 2012-10-27 19:54:35   

Hello,

I did adjust the space between thumbnails in visual index.
but i want to reduce the space between whole thumbnails and left menus( index links?).

You can take a look at my website. leetomic.com/index.php/project/testb/

Please give me some tips~~~
Thank you in advance.

arsondpi / 2012-10-28 00:23:32   

Go to Admin -> Assets -> style.css find line 47...

  1. #index {
  2.     background: none repeat scroll 0 0 #FFFFFF;
  3.     width: XXXpx;
  4. }

and then in line 48

  1. #exhibit {
  2.     margin: 0 0 0 XXXpx;
  3. }

where XXXpx is the number of the index column in px. Thus to bring them closer choose something less than 215px (which is what you have now)

Leetomic / 2012-10-28 06:40:05   

Thank you so much for your help.
It works. ~

This thread has been closed, thank you.