So as I’m trying to get started with this whole blogging thing, one of the key things I had to figure out was how to insert ActionScript 3 code snippets into my blogs. WP-Syntax fits the bill. Problem is, all of my code snippets were showing up centered:

That’s not very cool. I did a little searching on this problem, made sure there wasn’t an update to the WP-Syntax plug-in that I was missing, but couldn’t find an answer. By accident I realized it was my current theme’s fault. I was using Magatheme. It looks nice. Very minimal and clean. But something is going on with it at the messes up the code snippets. Oh well… Maybe if I become a WordPress whiz I’ll be able to customize the theme and fix the problem. Or maybe the theme developer will take care of it for me :)
2 Comments
The fix is probably pretty easy, just a proper placement of text-align:left;. Let me know if you need help. :-)
Thanks for the tip. If I decide to play with Magatheme again, I’ll certainly try it out!