I have bought the K2 extension 'Simple Image Gallery Pro' - their css styles gets override by Creativity.
So I had to make remove some stylling in override.css
.itemBody > div > ul li:before,
ul.gkBullet1 li:before, #k2Container .itemFullText ul li:before, #k2Container .itemIntroText ul li:before {
color: #222;
content: "";
}
.itemBody > div > ul li,
ul.gkBullet1 li, ul.gkBullet2 li, ul.gkBullet3 li, ul.gkBullet4 li, #k2Container .itemFullText ul li, #k2Container .itemIntroText ul li {
line-height: 1.8em!important;
list-style: none;
margin: 0!important;
overflow: inherit;
padding: 2px 0 2px 2px;
position: relative
}
You can see example here, try and remove overide.css and see what happens
http://hadbergs.dk.linux81.wannafindser ... lepiercing
The solution i made, corrupts the <ul> typography of your Creativity styles - so I will have to make some changes to the override.css
****This is only so you know it But if you have a good solution please tell ****
Simple Image Gallery Pro does'nt play well with Creativity out of the box...