Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #347705

    I inserted 1/1 layout inside color section and then used code block element with a form code as follows

    <form action=”domainchecker.php” method=”post”>
    <input type=”hidden” name=”direct” value=”true” />
    Domain: <input type=”text” name=”domain” size=”20″ /> <select name=”ext”>
    <option>.com</option>
    <option>.net</option>
    <option>.org</option>
    <option>.info</option>
    <option>.biz</option>
    <option>.us</option>
    <option>.in</option>
    </select>
    <input type=”submit” value=”Go” />
    </form>

    and the result is this http://bit.ly/1tHs61B. How do I make the form in straight line/liner/inline…??? No matter where I place the form’s code that’s the result, irrespective of that unused space! Solution please to display it as it should normally!

    • This topic was modified 9 years, 5 months ago by 666666.
    #347895

    Hey 666666!

    Try adding this to your custom CSS.

    .avia_codeblock input, .avia_codeblock select {
        display: inline !important;
    }
    

    Regards,
    Elliott

    #348137

    @Elliott
    Hey Hi Elliott,
    Don’t know why, it doesn’t work. It still remains the same!

    #348140

    @Elliott

    Hey it finally worked! Thank you very much for the class! It worked after placing it within /* General Custom CSS */ commented block!
    Before I placed at bottom and it didn’t work, but it works now after placing it within the block mentioned in the style sheet! Thank you very much once again Elliott!

    Best Regards

    • This reply was modified 9 years, 5 months ago by 666666.
    #348149

    @Elliott
    Hi
    Now I need to make it centered! Can you please help me with that??
    I tried .avia_codeblock form {
    margin:auto !important;
    }

    And that didn’t work!

    Please help me with that!

    #348471

    Hey!

    Put the code block like this – http://screencast.com/t/puzCFn0i

    Best regards,
    Josue

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.