Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #1029343

    I am putting a form inside code block but the theme css is over riding. Please advise

    #1029440

    Hey carla,

    What is it supposed to look like?

    Best regards,
    Rikard

    #1029467

    I have changed some of the code on the mvet1 form, so if you do anything, pls look at meet. Thanks.

    #1029969

    ok, this code is here, I really need some help with this. thanks

    #1030449

    Hi fashiontribe,

    Can you disable caching and minification for now?

    Best regards,
    Victoria

    #1030611

    I 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

    #1031478

    I 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

    #1032398

    Hi,

    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,
    Ismael

    #1032413

    That 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.

    #1032830

    Hi,

    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,
    Ismael

    #1032847

    Hi again, that made a small amount better, but it is still pushing the asterisk up above the field?

    #1033327

    Hi,

    The asterisks are beside the field to the left. Where do you want to place the asterisks?

    Best regards,
    Ismael

    #1033329

    Hi, I fixed it a couple of hours ago, thanks, we can close this link.

    #1033437

    Hi,

    Great! We’ll close the thread now. :)

    Best regards,
    Ismael

Viewing 14 posts - 1 through 14 (of 14 total)
  • The topic ‘Form inside codeblock not dispaying properly URGENT PLEASE’ is closed to new replies.