PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

Removing list item space

  1. ragnarok
    Member

    Hi all,

    I've used the code snippet to remove the icon for a list. However the form still acts as if there list item is there even though the list item is invisible. What is the best way to get the form to occupy the space that the list item was in?

    Thanks

    Posted 12 years ago on Friday May 20, 2011 | Permalink
  2. Can you post a URL to your form page? It will be much easier to help out if I can see it.

    Posted 12 years ago on Friday May 20, 2011 | Permalink
  3. ragnarok
    Member

    No problem, the url is: http://www.thehivelewes.co.uk/?page_id=9

    Thanks,

    Posted 12 years ago on Friday May 20, 2011 | Permalink
  4. Oh, okay. I saw this form on your other post.. didn't realize it was the same one as here.

    I don't see what you're talking about in any of the browsers I've checked. Are you seeing the issue in any one specific browser? I'm assuming too that you were talking about the left margin/padding that would usually be applied along with a list bullet. Am I correct there?

    Posted 12 years ago on Friday May 20, 2011 | Permalink
  5. ragnarok
    Member

    No problem. Thats correct. The issue is seen in Safari and Firefox. I am looking for the submit button to be aligned to the left underneath the text- but it seems to have the space as if its displaying the list item.

    Posted 12 years ago on Thursday May 26, 2011 | Permalink
  6. Okay, I do see the button has a large margin on the left.

    It's coming from a rule in your style.css file on line 266

    [css]
    body .gform_wrapper .gform_footer input[type="submit"] {
        margin-left: 40px;
    }

    You need to remove that or change the value to something else you prefer.

    Posted 12 years ago on Thursday May 26, 2011 | Permalink
  7. ragnarok
    Member

    Thanks for that. Removing the input type css has move the input button flush to the left. However the text box still retains its padding. How do i remove the padding on the left hand side of the input box as well?

    see: http://www.thehivelewes.co.uk/ (sign up up the top righty hand side of the page)

    Thanks,

    Posted 12 years ago on Thursday June 2, 2011 | Permalink
  8. checked in Safari, Firefox & Chrome and am not seeing any display issue with the signup form. Maybe you've already figured it out?

    screenshot: http://grab.by/agFR

    Posted 12 years ago on Thursday June 2, 2011 | Permalink
  9. ragnarok
    Member

    Thanks for your reply.

    The screenshot you showed was taken from the contact page. As it stands the contact page does have any styling applied to it... (which is another issue that is open in another thread).

    The pages that currently show this issue is on every page other than the contact pager see: http://www.thehivelewes.co.uk/

    Thanks again for the continued support.

    Posted 12 years ago on Thursday June 9, 2011 | Permalink
  10. ragnarok
    Member

    Thanks for your help. A thread on another page actually solved this issue. Thanks again.

    Posted 12 years ago on Thursday June 9, 2011 | Permalink

This topic has been resolved and has been closed to new replies.