Comments cobbjobs started the conversationOctober 5, 2017 at 11:27amHi thereI 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,034Andrew repliedOctober 5, 2017 at 6:14pmHey 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 Sign in to reply ...
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 :)
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