Hi there, I’m wondering how to hyperlink an entire column – asking for the homepage trio on dev2.zibafoods.com running X theme.
I tried assigning COLa, COLb, and COLc as the column IDs and then added the following JS
jQuery("#COLa").wrap("");
jQuery("#COLb").wrap("");
jQuery("#COLc").wrap("");
The links worked, but the formatting got all screwed up and crunched together. Please advise.
Thanks