Change size of Action button

How do I change the size of the action button in the header? I used CSS to style it:

a.action_button {
    background-color: #d2d821;
    color: #FFF;
   
}

Now I want to make it bigger, but without it overlapping the header into the main website

Comments

Sign In or Register to comment.