I have a several portfolio slideshows with a different number of images in each. Is there a way to center the button nav for each? For example, look at logo and web portfolios at http://isaandcompany.com/isaco/portfolio/web/ and http://isaandcompany.com/isaco/portfolio/logos/ .
Thanks as always for any help. :)
Hi,
That's a tricky one, because your content above those buttons varies in width.
I found the following code affecting that. I'm not sure whether it's an actual stylesheet somewhere, or generated by your meteor plugin or whatever it's called. You'll have to determine that. I found that by changing the value below from 46% to 52% gave a decent centering for many of the pages.
.meteor-buttons {
left: 46%;
margin: 0;
position: absolute;
}