function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
dmchengdmcheng 

Visual Workflow: center the Next and Finish buttons

How can I align the Next and Finish buttons on a Visual Flow?  I've tried setting the CSS but it doesn't work.
<style>
        .FlowPageBlockBtns .FlowNextBtn,
        .FlowPageBlockBtns .FlowPreviousBtn,
        .FlowPageBlockBtns .FlowFinishBtn,
        .center {
            text-align: center;
        }
        body {
            font-size: 1.2em;
        }
    </style>