Editing CSS – Button Padding
-
Hello!
I am interested in modifying the button padding for my widget, but cannot find the code in the CSS and have attempted to write my own in the Custom CSS file to no avail. As you will note, the button overlaps some of the email submission form and is fixable by editing the button padding.You can see the widget at the bottom of my site(footer). https://lpbrands.net/
Also on the blog page (blog sidebar widget)
https://lpbrands.net/lp-lifestyle-blog/I inspected the element and found this –>
media=”all”
input[type=”submit”], input[type=”button”], a.button {
display: inline-block;
outline: none;
cursor: pointer;
text-align: center;
text-decoration: none;
padding: .65em 2em .65em 2em; [<—–CHANGES HERE]
color: white;
font-weight: bold;
border: solid 1px #E73D26;
text-shadow: 0 0px 1px rgba(0, 0, 0, .7);
background: #E73D26 url(‘../images/btn_bg.png’) repeat-x top;
margin-right: 5px;
}Your assistance is kindly appreciated!
Thanks!!!
- The topic ‘Editing CSS – Button Padding’ is closed to new replies.