Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #643225

    my client gave me code to insert in her page for a newsletter signup form and the resulting table is taking up way too much space. How can I format it to take only as much vertical space as it needs? Its here: http://kategaffney.com/#contact

    #643349

    Hi Anne,

    I’m guessing you want it to be wider? If you look in your code you will see the <tr> tag, that means the table starts a new row. If you remove that in the places where you don’t want it to start a new row it should turn wider.

    Regards,
    Rikard

    #643564

    Hi Rikard thanks for the reply. I actually want to make it shorter vertically so I can squeeze it down to fit in a smaller section. Do you see all that empty space in the cells? I want to minimize that if possible.

    #643830

    Hi,

    Ah ok, please try the following in Quick CSS under Enfold–>General Styling:

    .home input[type="text"] {
    margin-bottom: 0px !important;
    }

    Regards,
    Rikard

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