Okay
  Public Ticket #256555
Call to action
Closed

Comments

  •  1
    Morten started the conversation

    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

  •  8,839
    Tahir replied

    Hey!

    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 

  •  1
    Morten replied

    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?

  •  8,839
    Tahir replied

    Hey!

    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