Forums

Can't figure out how to remove the border around my Form (3 posts)

  1. zigx
    Member
    Posted 5 years ago #

    Hi guys, thanks for your time.

    I have a forum here: http://iamlucid.com/kmac/contact-us/ that has a white border around it.

    I cannot figure out how to remove the border... reading w3.org told me it should be margins but i have no margins on there. Any ideas?

  2. Yosemite
    Member
    Posted 5 years ago #

    First thing I see kinda stopped me right away: Take a look at your wp-content/themes/greening-101/dd-formmailer-plugin.css file. It's filled with page source instead of the dd-formmailer-plugin.css contents... Try deleting that, re-upload and report back?

  3. lament
    Member
    Posted 5 years ago #

    it's the fieldset tag.

    look in your CSS file for the fieldset tag. if it's not there, add this:

    fieldset {border: 0;}

    if it is there, just add the border: 0; to it.

Topic Closed

This topic has been closed to new replies.

About this Topic