@Kim: there i no option to add more button, as promotion headline is only for 1 promotion headline.
If you like then you can add HTML code in Promotion Sub-headline.
The other option is to build child theme and edit that functions to add new features.
To center image in footer widget with CT Advertisement, you can add the following css in “Appearance => Customize => theme Options => Custom CSS Options” box:
#supplementary .widget_widget_catchbase_adspace_widget img {
display: block;
margin: 0 auto;
}