Thanks for the reply. I found this article yesterday but could extract the info I need. I’m afraid my knowledge of PHP is fairly limited.
I’ve tried adding id=”%1$s” but it gives every widget in my site a new number. So I would need to create 30+ styles!!
Any more ideas?
If it helps the web page is http://www.ventureaccounting.co.uk/accountancy-services/
I simply want the second widget to have a new id.
I’m getting closer but still need help.
I’ve added ‘.$i.’ inside my div
id=”box’.$i.'”
I’ve also added <?php $id=1; $i++ ?> to the start of my funtion.php file.
This adds 1 to my style but no increment(box2, box3…)