Hi JS,
It should be centered. There might be some conflicting code from your theme. Could you provide a link to an individual product page on your site that is using the tabbed layout, so we could take a look?
I have looked for such a problem, but i cant seem to find one.
Hi JS,
It looks like there’s a theme conflict. Try adding the following to the “Custom CSS” box for your catalog:
.upcp-tabbed-main-image-inner img {display:inline;}
thank you, ill give that a try.
That worked. Where were you able to find the conflict? I use the ‘web developer’ chrome extension, but I didn’t notice anything. Is there a better solution I should be using to troubleshoot these problems better?
Hi JS,
I just took a look by right-clicking and selecting inspect element. Looking over the list of rule that were being applied to the img by the theme, there was a “display: Block” which would throw it off center.
The web developer chrome extension is definitely a good place to start!