If you don’t mind using a plugin for SKU search, this one works great in the Footer section of my site: https://logodancewear.com
I changed ‘SKU’ to ‘Style’, per the client’s request.
[IMG]http://i66.tinypic.com/2s8i61g.png[/IMG]
Update: Found the solution to my posted issues here:
Apologies for the trouble. I love Enfold and the support team. Great product and people.
Cheers,
Darrell
Ismael’s solution worked beautifully. However, I have two minor issues:
1) SKU is populating next to the price. How can I move it down one line break </br>?
2) How can I add the string/text “SKU: ” before it?
Many thanks,
Darrell
Update: I found a visual CSS editor plugin to help me. Here’s the code that solved my problem by allowing the blog sidebar to float:
.template-blog .sidebar_left{
position:relative !important;
}