I use the Image browser and the text is nice aligned in the center, but the image is left aligned. How do I change the image alignment to center?
I use the Image browser and the text is nice aligned in the center, but the image is left aligned. How do I change the image alignment to center?
I would also like to center the images in my gallery:
http://carolineelisa.com/whitestonearts/WP/pictures/
The portrait images are left aligned, whether in slideshow or image browser mode.
Have tried fiddling with the css with no luck.
Okay, images now centered!
I just removed the fixed width from .ngg-imagebrowser img and added some more css:
.ngg-imagebrowser {
text-align:center;
}
.pic {
display: inline-block;
}This topic has been closed to new replies.