If you use the accordion centered on a page, the titles are not centered because they have a right padding of 50px to accommodate the toggle icon.
/* -- START remove accordion right title padding -- */
.et_pb_toggle .et_pb_toggle_title {
padding-right: 0 !important;
}Code language: CSS (css)