Tagged: form field
-
AuthorPosts
-
September 22, 2021 at 10:15 am #1321870
Hello,
I’m looking for support please.
I tried and tried but nothing in my CSS Code worked. I will put a formfield and the subscribe button in one line. Therefore I changed the width of the formfield. And disable the border around a gallery is the second problem.I don’t know exactly wich CSS class I will address, if I check the code in google chrome.
Thats my Custom CSS Code:
//To delete the border on the gallery
#top div .avia-gallery .avia-gallery-big {
border-color: #ffffff;
border-width: 0px !important;
}//To put the form field and button in one line
// Formfield
.avia_ajax_form .first_form p {
width: 62% !important;
}// Submit Button (Formular)
.input[type=’submit’] {
width: auto;
}.input[type=’submit’]:hover {
background-color: #c79a52;
border-color: #c79a52;
}Many Thanks for helping me
- This topic was modified 3 years, 1 month ago by Yvonne_1211.
September 24, 2021 at 5:39 am #1322094Hey Yvonne_1211,
I get an error message after posting the password:
Service Unavailable
The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later.Could you let us know once your site is accessible again please?
Best regards,
RikardSeptember 24, 2021 at 9:20 am #1322167Hey Rikard,
oops, okay. I can access the site, again.September 25, 2021 at 4:44 am #1322254Hi,
Thanks for the update. I’m still seeing the same error message though, please see screenshot in private. It looks like the server is throwing a 503 error?
Best regards,
RikardSeptember 25, 2021 at 10:43 am #1322276Hello Rikard,
thanks for the replay, thats a very strange problem. And I don’t know what to do. Because I have access with all browsers Safari, Chrome and Firefox. But only Firefox asks the password. I deactivate the private marked website and set them public. I hope you have access then.
Best regards
YvonneSeptember 27, 2021 at 7:23 am #1322411Hi,
Thanks for that, I can access your site now. Please try the following in Quick CSS under Enfold->General Styling:
#sign-up p.first_form, #sign-up p.form_element { display: inline-block; width: 50%; float: none; }
Best regards,
RikardSeptember 27, 2021 at 11:30 am #1322461Hey Rikard,
thanks for your help, it works :)
Thanks & best regards
Yvonne- This reply was modified 3 years, 1 month ago by Yvonne_1211.
September 28, 2021 at 6:03 am #1322570 -
AuthorPosts
- You must be logged in to reply to this topic.