Hi!
I am having trouble getting the images to wrap around the content no matter if it's left or right or center in posts and pages.
Can you help???
Here is an what it's doing: http://orgdesign.kateskesler.com/?p=76
Thank you!
Hi!
I am having trouble getting the images to wrap around the content no matter if it's left or right or center in posts and pages.
Can you help???
Here is an what it's doing: http://orgdesign.kateskesler.com/?p=76
Thank you!
Hey,
Open up js/avia.js and change following line:
if(!a.css('position') || a.css('position') == 'static') { a.css({position:'relative', display:'inline-block'}); }
to:
if(!a.css('position') || a.css('position') == 'static') { a.css({position:'relative'}); }
We'll release an update whih fixes this issue soon.
Cool, thank you!
Glad that I could help you :)
You must log in to post.