The plug-in installed easily and worked fine the first time. Much better than the others I tried. I just want the player to be centered on the page; not left justified. When I view in "Visual" mode the [Hana] code is centered. When I update page and view site it is left justified. What can I do? Thanks. Here's the link: http://www.advisormarketingmakeover.com/
Won't center player on page
(5 posts) (2 voices)-
Posted 4 months ago #
-
Hello, i am using this plugin and it centers fine for me. I am in visual mode on my posts and i click the center align button (Atl+Shift+C) and put my code in and update the post, sometimes i have to highlight the code and recenter it by pushing the button again and updating the post again. I am also using the 3rd player option. I hope this helps you out. :)
Posted 4 months ago # -
UPDATE: I added this tag above the Hana code: <div align="center"> and now it works fine! Anyway to add this to the css so that all future videos are centered? Thanks.
Posted 4 months ago # -
Yes it all depends on your template, u would have to go into the editor and edit the posts section, find out where the content is displayed, find out the id of the div that the content is displayed in, go to your css style sheet and finding that category, all you will need to do is add a new line of code in between the { and } of the category that says
float: center;
this should fix your problem.
Hope this helped :)Posted 4 months ago # -
Thanks! I'll take a look at it.
Posted 4 months ago #
Reply
You must log in to post.
resolved