hello,
is it possible to get a position, for example left, in a post and an other position, for example float right in an other post ?
actually all the movies have the same position in all posts, the position in settings
thank you
hello,
is it possible to get a position, for example left, in a post and an other position, for example float right in an other post ?
actually all the movies have the same position in all posts, the position in settings
thank you
no answer ? sniff
No, you'd have to use HTML/CSS.
<div class="someclassleft">[youtube]..[/youtube]</div>
.someclassleft .vvqbox {
margin: 10px auto 10px 0 !important;
}This topic has been closed to new replies.