No replies
bondigor69
bondigor69's picture
User offline. Last seen 3 weeks 1 day ago. Offline
newbie
Timezone: GMT-4
Joined: 2012-01-24
Posts: 5
Points: 10

Hey guys I have a wordpress newsletter plugin and I can customize CSS to make it better looking
I not a pro with css but I try
submitbox.png

there is how the submit button look like in firefox. Dosent want to go higher.

I want the submit button to be at the same level as the input boxes if its possible

there is my css script

.wpmlwidget input.wpml {
    margin: -5px;
    padding: 2px 20px 2px 0;
}
input.ui-button {
border: 3px solid orange;
border-radius: 15px 15px 15px 15px;
margin: -200px 0px 0px 180px;
color: #55555;
width: 105px;
height: 105px;
}