can you help me to move the contact form button to new position.
Hi!
The link you posted doesn’t have that contact form.
Regards,
Josue
Hey!
Please give your contact form element a custom CSS class and then add following code to Quick CSS
.your-custom-class fieldset p:nth-child(4) {
text-align: right;
top: -80px;
}
Regards,
Yigit
ok. i`ll do this. thanks yigit. can you also help me with this one:
only on one blog page is a problem with the width of the social icons. can you please take a look? https://kriesi.at/support/topic/13-container-do-not-work-here/#post-513564
Great. how can i make the button 1/3 in widht?
Hi!
you can increase button’s width using this code:
input.button {
width: 33%;
}
Best regards,
Andy
.your-custom-class fieldset p:nth-child(4) {
text-align: right;
top: -80px;
input.button {
width: 33%;
}
}
ok, so i add it to my custom class like this?
Hi!
No, like following
.your-custom-class input.button {
width: 33%;
}
Regards,
Yigit
ok, how can i make it orange on mouse over. CLOSED. Thanks.