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
Synthia B.Synthia B. 

Change position of buttons on Visualforce Page (Move to the far right)

How can I move the Add to Piicklist Button and Save & New button to the highlighed area in the screenshot? 

User-added image


 
<apex:CommandButton value="Add To Picklist" status="st1"  action="{!insertSTC}" reRender="sve_recs_pnl, frm" styleClass="btn btn-danger btn-md" style="float:left;color: #FFFFFF; font-size: 17px;font-weight: normal; border-radius:0;"/>  
                              
<apex:CommandButton value="Save & New" status="st1"  action="{!insertSTC2}" reRender="sve_recs_pnl, frm" styleClass="btn btn-danger btn-md" style="float:right;color: #FFFFFF; font-size: 17px;font-weight: normal; border-radius:0;"/>

Thanks in advance !
Synthia 
Neetu_BansalNeetu_Bansal
Hi Synthia,

There is some issue in the alignment of pages in your org, I fixed that. Please check, if he buttons alignment is proper or not?

Thanks,
Neetu