• Hi guys,

    Hoping you can help.

    I am wanting my contact form to stretch the full width of the page. if you can see from the bottom of my home page – only the send button does. I would like all the boxes to.

    Does any one have any suggestions? It would be greatly appreciated.

    Thanks,

    Simon

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hi,

    I still dont know why but the attribute max-width in the label tag of bootstrap is interfering with your css code. Just change the attribute to width to make it works. To avoid altering bootstrap files I suggest do it in other stylesheet.

    Change:

    label {max-width:100%;}

    to:

    label {width:100%;}

    Hope it help.

Viewing 1 replies (of 1 total)
  • The topic ‘Stretch of Contact form’ is closed to new replies.