Trouble with CSS Customizations
-
I’ve been trying to apply custom CSS to redesign the form and have been using your guides to make quite decent progress.
However, I’m facing quite a few issues which I don’t know why its happening because I’ve checked and rechecked the code so many times but can’t seem to fix the problem.
Here are the issues:
1) I’m unable to change the size of the fields or align it to the center of the form. I tried setting margin:auto; didn’t help. I tried various padding settings, it wouldn’t change no matter what values I put. The only thing that moves it is float:right; but that pushes it to the edge of the form and I’m not able to center it even with padding. It’s very strange because even changing font settings doesn’t work. But they’re all under the same bracket as float so its definitely not a mistake in writing class name.2) The “this field is required” message is aligned to the left side completely away from the field. No clue how to bring it to the right spot.
3) I have set icons as background images in the input fields using background-image but they don’t appear.
4) I’ve changed font and color of the Calculate button but its still showing the default
5) I am unable to set the form labels to appear above the field in mobile responsive view. In fact, I’ve put in a bunch of code for modifying elements based on browser size but none of that is working.
I have been at this for over 9 hours straight and have looked through all your FAQs and other code sites before coming to you here. What’s going wrong?
The page I need help with: [log in to see the link]
- The topic ‘Trouble with CSS Customizations’ is closed to new replies.