Jigoshop not playing nice with Foxy
URL to the page in question:
-
Hey Bill . . .I was trying to get going on the Jigoshop plugin but when it is activated, the mailing list button to the right of the text field jumps to the left. I deactivated all plugins except Jigoshop and it still did it. I am using wordpress locally on my laptop so I can’t give an address. Any experience with that?
Robert,
Thank you for your business first of all. I do see that too. Here’s how to switch it back around:
- Go to the Theme Options page and select the Styling tab.
- Scroll down to the Custom CSS box and paste this:
#signup input.button {
float: right;
}
#signup #email {
float: left;
margin-top: 3px;
}
- Update your settings.
That should place the button back on the right. If you run into any other trouble, let me know.
Thanks,
Bill
- The topic ‘Jigoshop not playing nice with Foxy’ is closed to new replies.