-
AuthorPosts
-
November 2, 2018 at 9:44 pm #1029343
I am putting a form inside code block but the theme css is over riding. Please advise
November 3, 2018 at 7:57 am #1029440November 3, 2018 at 10:45 am #1029467I have changed some of the code on the mvet1 form, so if you do anything, pls look at meet. Thanks.
November 5, 2018 at 5:42 pm #1029969ok, this code is here, I really need some help with this. thanks
November 6, 2018 at 4:57 pm #1030449Hi fashiontribe,
Can you disable caching and minification for now?
Best regards,
VictoriaNovember 6, 2018 at 10:41 pm #1030611I can. I did try that and it didn’t work. But I will do it again in 1.5 hours from now. US Eastern time. UPDATE: This has been done and there is still no change. thanks
- This reply was modified 6 years ago by fashiontribe.
November 9, 2018 at 2:34 am #1031478I am still awaiting some help on this, it has been longer than I have ever had to wait. My apologies for marking it urgent, I thought it would indicate I needed help quickly. And I still do. I cannot get the spacing/padding between fields on my forms to minimize. I have the plugins disabled. It’s inside a code box with no header/footer. I have tried a text box. I installed another complete form, thinking it was the code on the one I asked for help with. PLEASE ADVISE, thank you!! Attaching links
November 12, 2018 at 3:37 am #1032398Hi,
I would like to apologize for the late response. This css code should help decrease the spaces between the fields.
#top .input-text, #top input[type="text"], #top input[type="input"], #top input[type="password"], #top input[type="email"], #top input[type="number"], #top input[type="url"], #top input[type="tel"], #top input[type="search"], #top textarea, #top select { margin-bottom: 0 !important; }
Best regards,
IsmaelNovember 12, 2018 at 4:38 am #1032413That did not work. And the 2 links to look at are below. I would like to be able to just put it into a code block on the page.
November 13, 2018 at 1:56 am #1032830Hi,
to just put it into a code block on the page.
You have to wrap it in a style tag in order for it work.
<style> #top .input-text, #top input[type="text"], #top input[type="input"], #top input[type="password"], #top input[type="email"], #top input[type="number"], #top input[type="url"], #top input[type="tel"], #top input[type="search"], #top textarea, #top select { margin-bottom: 0 !important; } </style>
Best regards,
IsmaelNovember 13, 2018 at 2:14 am #1032847Hi again, that made a small amount better, but it is still pushing the asterisk up above the field?
November 14, 2018 at 5:27 am #1033327Hi,
The asterisks are beside the field to the left. Where do you want to place the asterisks?
Best regards,
IsmaelNovember 14, 2018 at 5:29 am #1033329Hi, I fixed it a couple of hours ago, thanks, we can close this link.
November 14, 2018 at 11:22 am #1033437 -
AuthorPosts
- The topic ‘Form inside codeblock not dispaying properly URGENT PLEASE’ is closed to new replies.