Hello,
I use bullets a lot on my site, but since upgrading find that bullets don't wrap around images:
e.g. first product on this list:
http://www.cleansmartsupplies.co.uk/...-shampoos.html
A Google searches suggest adding this:
ul {
overflow:hidden;
}
- which works but unfortunately also stops the drop downs on my CSS side menu working. Any ideas?
Any help much appreciated.
I use bullets a lot on my site, but since upgrading find that bullets don't wrap around images:
e.g. first product on this list:
http://www.cleansmartsupplies.co.uk/...-shampoos.html
A Google searches suggest adding this:
ul {
overflow:hidden;
}
- which works but unfortunately also stops the drop downs on my CSS side menu working. Any ideas?
Any help much appreciated.
Comment