I need a small css help

Posted in: Newspaper
Post count: 341

On my site http://www.styzic.com I’ve placed a subscribe form at the bottom. The email input box and the submit button are not parallel to each other. The input box is a bit high and the button is low. Any fix for this? 😛

Post count: 6600

Hi,

Use this css: http://screencast.com/t/XPU6SS0x

.td-footer-wrap .subscribe-ss input[type="text"] {
margin-bottom: 0px;
}

Thanks

Post count: 341

Thank you Lucian 🙂

Post count: 341

It was working and I did nothing but somehow now it looks like this. See image below.

View post on imgur.com

Post count: 341

I used this and it was ok again. Thanks 🙂
.td-footer-wrap .subscribe-ss input[type=text] { margin-bottom: 0px; height: inherit !important; width: inherit !important; }

Viewing 5 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic.