Okay
  Public Ticket #1324942
Button Padding
Closed

Comments

  • cobbjobs started the conversation

    Hi there


    I am wanting to add padding to my button so it aligns with my text on my homepage but can't figure out how. If you see on the home page here: http://tyscobb.com/ it will show in the "what i do" section the orange buttons too far left. 


    Some assistance would be awesome guys thanks :)

  •  3,034
    Andrew replied

    Hey there,

    Thanks for reaching in.

    You can use the following custom CSS.

    .nectar-button.medium.regular.accent-color.regular-button.servicebutton {

    margin: 0 0 0 65px!important;

    }

    Regards