Message

Posted in: Newsmag
Post count: 59

Is there a way that I can move the “Message successfully send” at the top?

Thanks!

Post count: 6535

Hi

That message is generated by Contact Form 7 plugin and to change its position you need to edit the plugins files. Also you can try this css in theme panel custom css, but I’ve test this only on post template 1 and I am not sure will work fine on others post templates: http://screencast.com/t/gdd1sAA4

.wpcf7-form {
margin-top: 100px
}
div.wpcf7-mail-sent-ok{
position: relative;
top:-580px;
}

Thanks!

Post count: 59

It works perfectly, Thaaank Youuu!!!

Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newsmag’ is closed to new topics and replies.