Call For Action Spacing

Hi,
I love the theme!!! Great design.

The spacing for the call for action text and box is not how I’d best like it. Is there some simple CSS code I can implement to adjust the spacing/padding for these two elements?

Thanks!
Jeff

Would love any help with this! Thank you so so much!!!

Hi Jeff,

I hope you are well today and thank you for your patience here.

You can adjust the spacing of these elements by using the following CSS selectors.

.cfa span.cfa-text {
  padding-top: 10px;
}
.cfa a.btn.btn-lg.cfa-button {
  padding: 15px 30px;
  line-height: 1.3333333;
}

You can use the above CSS code on your site by adding it in the Custom CSS option of your theme on the below path.

Admin Area -> Apperance -> Theme Options -> Other -> Custom CSS

Best Regards,
Movin