Gravity Form Widget Not sizing correctly in Sidebar

Support Area Forums Agency Gravity Form Widget Not sizing correctly in Sidebar

Viewing 2 posts - 1 through 2 (of 2 total)
URL to the page in question: http://cookeville-attorneys.com/family-law-and-divorce-child-custody/
  • Author
    Posts
  • #19806
    Shelly Peacock
    Participant

    For some reason, the Gravity Form widget in the sidebar isn’t sizing correctly. I have checked it with Firebug, and even when sizing it with percentages and margins, it won’t work. I am assuming it is an overflow problem somewhere- can you help?

    #19813
    Bill Robbins
    Moderator

    Hello Shelly,

    I think we can make that a bit better. Let’s try adding this to the Custom CSS:

    
    .wp-caption {
    	max-width: 100%;	
    }
    
    #page {
    	overflow: visible;
    }
    
    #page:before,
    #page:after {
        content: " ";
        display: table;
    }
    
    #page:after {
        clear: both;
    }
    

    That seemed to help some on my end, except for the captcha which is inside a table. That may prove to be a bit difficult to bring into the space of the sidebar. It might work better to go with a different form of validation there. One thing that’s worked shockingly well for me, is having a required drop-down menu with the top choice blank. Most spam bots can’t successfully submit the form, but people have no trouble.

    If I can help out, let me know.

    Have a great weekend,
    Bill

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Gravity Form Widget Not sizing correctly in Sidebar’ is closed to new replies.