How would I centre the visual index format??

BS6_Photography / 2013-08-23 12:58:42   

Hello, I am trying to centre the visual index format on my site, buuuuut I am struggling like crazy!?!

How would I go about this or where would I start/best place to look??

I am looking up on google....centring php etc, but it is all terrible confusing!

my site......jimmyimage.co.uk/headshots/male-female/

arsondpi / 2013-08-23 13:21:51   

This should work:

  1. #img-container {
  2.     margin: 0 auto;
  3.     width: 751px;
  4. }

But then you've already done certain adjustments and they may need fixing as well...

BS6_Photography / 2013-08-23 13:39:22   

You my friend are a bloody legend!! :)

I've been looking online and on the forum for ages trying to sort this, thought it might have been in the CSS bit of the format but I don't understand enough about code to figure out the section I needed to change!

The counter function in the exhibit options does not work but this can be changed by altering the width px.

Thanks for your prompt response!! I am going sailing around some of the Greek Islands in October so maybe I can buy you a pint! :)

Thanks again

arsondpi / 2013-08-23 14:19:21   

:-)

This thread has been closed, thank you.