WordPress Speed Up Service | WordPress Website Maintenance Packages Reply To: Table to be aligned to the right, by RossMitchell You need to add some customised css. Most easily done in the customiser, but could be done in a child theme instead, you want the table to have a new property “float:right;”, at the same time you dont want to impact other tables in your website, so make it specific to the header, OR make it specific to this table by giving it a specific class or id. So something like: .event table { float:right; } Reply To: Table to be aligned to the right