Image in Call to action

HI, I love the theme, I have added an image to my call to action section by using HTML code in with the call to action text area, however I want to have the image left aligned and I also need no to center the call to action button.
My website is at http://www.warrnamboolratepayers.com

This is what I used in the call to action section of “Customize Theme, sparkling options, call to action”


This is your city, have your say…

Kindest Regards,

David,

Hi there

Hope you are having a good day and thank you for your question

the image is already left aligned??
regarding button, you want to center it vertically or horizontally?

Thanks!
Colorlib Support Team

Hi, thanks for the quick reply. I would like to get some space between the image and the text and have everything centre aligned horizontally.
Regards, dave

Hi there,
Thanks for writing back.
In this case, the image and text are all under div hence CSS may not be of any effect here on the positioning. AS for the button, you can have it horizontally positioned using this code under the Appearance>Customize>Additional CSS section:

.cfa-button {
margin-top: 10%;
}

I hope this helps.
Best Regards,
Support.