Hello,
I am adding the Tagcloud to our footer, and would like to make it scrollable as in our sidebar. We used the following code for the sidebar that you supplied:
.single-product-sidebar .tagcloud {
max-height: 150px;
overflow-y: auto;
overflow-x: hidden;
}
How do I format this for the footer column 1 area?
Thank you for your great support.