Comments 1Morten started the conversationJuly 30, 2014 at 11:34pmWhen I try to use the call to action, it insists on using a button, even if I don't fill in the text.and when I do decide to use the button text, i places it directly under the text without any padding.are there any options for this?Regards,Morten 8,839Tahir repliedJuly 31, 2014 at 12:31amHey!Try add this into the Custom CSS box located in your Salient Options panel :#call-to-action .container span { width: 65%; margin-left: 2%; } #call-to-action .container a { float: right; margin-right: 2%; } Cheers ThemeNectar Support Team 1Morten repliedJuly 31, 2014 at 12:47amThank you for the super fast reply!It's definitely better than before, but I would still love for the button to be centered beneath the text if that's possible? 8,839Tahir repliedAugust 1, 2014 at 2:02amHey!Add this instead of above : #call-to-action .container span { margin-left: 2%; } #call-to-action .container a { margin-top: 2%; } Cheers ThemeNectar Support Team Sign in to reply ...
When I try to use the call to action, it insists on using a button, even if I don't fill in the text.
and when I do decide to use the button text, i places it directly under the text without any padding.
are there any options for this?
Regards,
Morten
Hey!
Try add this into the Custom CSS box located in your Salient Options panel :
Cheers
ThemeNectar Support Team
Thank you for the super fast reply!
It's definitely better than before, but I would still love for the button to be centered beneath the text if that's possible?
Hey!
Add this instead of above :
Cheers
ThemeNectar Support Team