No worries, always happy to help. The problem is just that your col-2 is too wide for the space available. You just need to decrease it slightly so that the right hand column (col-2) can fit. Do it like this:
#wpc-col-2 {
width: 662px important!;
}
Just add this code above to your theme css and it should fix it up.
Hope that helps, oh and if you like the plugin it is very helpful if you can give a rating/review here. Thanks! 🙂
Ms. Lander,
Thank you for your prompt response.
Please see attached snapshot of child-theme.
Excuse my ignorance…
Am I adding your code correctly ?
http://martillosperu.com/wp-content/uploads/2013/08/a.jpg
Ms. Lander,
I added your code, as per snapshot image, to child-theme,
but it did not resolve align to the right issue.
Do you have any other suggestions ?
Thank you.
If it didn’t work then the child theme is not set up correctly. I adjusted the width of col-2 live in my element inspector and the code I sent you resolved the problem instantly. So if you have entered that code somewhere but it’s not doing anything then it is not overriding the plugin css properly…. you need to work out why not.
Sorry I can’t be more specific…. I checked your link from above thread and found it no longer has catalogue so I can’t examine the code