Hi Support,
http://www.veclipse.com/?page_id=24
Picture is right aligned but not actually moving....it's ignoring it.
Is this a CSS problem?
Thanks
Paul
Hi Support,
http://www.veclipse.com/?page_id=24
Picture is right aligned but not actually moving....it's ignoring it.
Is this a CSS problem?
Thanks
Paul
Hey,
in style.css search for:
.alignright{
float:right;
margin:0px 0pt 15px 15px;
}
and change it to:
.alignright{
float:right !important;
margin:0px 0pt 15px 15px;
}You must log in to post.