-
Author
-
June 12, 2018 at 15:52 #200616
olufemishield
ParticipantHello,
Kindly assist with code to make the name and email field in the link below hang on the same row and the button a little bigger on both x & y axis with text centered. Don’t ask for specifics for the button. Just send the code and Ill adjust.
Thank you 🙂
June 13, 2018 at 04:21 #200691Laura
ModeratorHello, the form does not have the correct format to do this easily, but i created this which looks better than what it is now
COPY CODEform.wpcf7-form p { width: 30%; text-align: left; margin: 0 auto !important; }Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJune 13, 2018 at 11:28 #200713olufemishield
ParticipantLooks good on desktop but field too small on mobile. and I also need this change on only this form. below is all that is in my css form atm
.wpcf7 input.wpcf7-text { width: 100%; }
.wpcf7 input.wpcf7-text { height: 30px; }
.wpcf7 textarea.wpcf7-textarea { width: 100%; }
.wpcf7-form textarea { height: 200px; }form.wpcf7-form p {
width: 30%;
text-align: left;
margin: 0 auto !important;
}#white-version{
color: #ffffff;
}
input.wpcf7-form-control.wpcf7-submit:hover {
background-color: #200020;
color: #ffffff;
}
input.wpcf7-form-control.wpcf7-submit {
background-color: #b51b15;
color: #ffffff;
width: 150px;
height: 40px}
.woocommerce-product-search button {
float: right;
background: none !important;
border: 1px solid #e5e5e5;
border-radius: 10%;
}#rev_slider_1_1_wrapper {
display: block !important;
}@media (max-width: 768px) {
.wpb_column.vc_column_container.vc_col-sm-2 {
width: 33% !important;
}
}
@media (max-width: 767px) {
.wpb_column.vc_column_container.vc_col-sm-2 {
width: 50% !important;
}
}June 13, 2018 at 22:23 #200758Laura
ModeratorHello, you would need to contact a developer for customization, this is not coming from the theme so i can’t do much
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts
The forum ‘Bugs & Issues’ is closed to new topics and replies.