• https://cahousematch.com/contact

    I’ve noticed that whenever I try to add forms to my webpage using the responsive theme that I get extra spaces or gaps between fields of my forms?

    It goes away when I switch to another theme. So I know it is theme related. Please help!

Viewing 5 replies - 1 through 5 (of 5 total)
  • A browser tool like Firebug will show you all the CSS affecting any element – in this case, theme CSS here:

    form div {
        margin-bottom: 0.8em;
    }

    I’d suggest copying that to Custom CSS and changing that margin setting.

    Thread Starter morarc

    (@morarc)

    THANK YOU! I inputed that code into the Theme Options and it worked beautifully. To tell you the truth I don’t know what that piece of code translates too. I am new at website design, I installed firebug to see what you saw and I can now see the code but not sure what I am supposed to do to edit it.

    I noticed that I have a big white space between the Responsive Theme’s Default Menu Bar and where I can start entering my text. I don’t know how I can remove the white space, I would appreciate any input you can provide?

    Thanks again!

    Try adding this:

    .front-page #wrapper,
    #wrapper {
       margin-top: 0;
    }

    Thread Starter morarc

    (@morarc)

    It looks like it just shifted the content box up but the white space remains.

    I believe this might be an issue with the plugin I am using to hide the Title of the page (i.e., Home, Contact, AboutUs). I can disable the plugin but will have to contend with how to remove the Title Name from page.

    Edit1 – I remove the plugin and the title of the page shows up now. But the white space between the menu and the content is still very visible. I believe this is the section where the tree structure would show “Home > Contact”

    Sorry, we do not monitor these forums, please use the official forum:

    https://cyberchimps.com/forum/free/responsive/

    Thanks

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Why is there extra space or gaps on my forms?’ is closed to new replies.