WP version 3.1
I have an issue with NextGen, WP eStore and my Photocrati theme.
When I use the default WP theme, everything works well and looks ok.
When I activate the Photocrati Theme my normal NextGen gallery they look ok too.
HOWEVER, when I activate the WP eStore as well, all the thumbnails stack in a diagonal line across the page.
Someone on another forum suggested I add the following CustomCSS.
ngg-gallery-thumbnail-box {
float: center;
width: 160px;
height: 200px;
}
.ngg-gallery-thumbnail-box span {
display: block;
clear: both;
text-align: left;
}
This causes all the thumbnails to stack in a single column along the left side of the page. What is going on?
Any suggestions please?