Private: Home › Forums › WordPress Themes › Elvyre – Retina Ready WordPress Theme › Buttons › Reply To: Buttons July 4, 2015 at 11:13 am #3272 VladimirKeymaster Hi JP, You can give button a custom class (e.g. “button-center”) and style it with CSS: .button-center a{ display: table; } .button-center a{ margin: 0 auto; float: none; }