Is there any way to center a code snippet with the new site designer? In the old one it could easily be done by just clicking the Center button on the alignment bar but I don't seen any alignment options with the new UI.
Edit: I figured it out! Simply click on the code snippet, go to the CSS tab, enter a name for the code snippet such as "codesnip", and click "Open Custom CSS Editor". Once the CSS editor is open, use the following code to center the code snippet (replace "codesnip" with whatever name you gave it):
.codesnip {
text-align: center
}