• I ma having a layout problem. https://jordanlancaster.patbell.co.uk/contact/ is more or less as I wnat it except I want the form bit moved up a bit. I have tried adding style=”top:-30px” to the div that encloses the form but it does nothing. I have tried style=”position:absolute; left:310px; top:-30px” which kind of works except it messes up the entry-content container (if thats the right word for the rectangle with the lighter background thats supposed to ‘contain’ my content – its called entry-content in debug).

Viewing 2 replies - 1 through 2 (of 2 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    So the issue is you can’t apply CSS to one particular page?

    Thread Starter patbell101

    (@patbell101)

    If you look at the page you’ll see a lot of space above the form fields. Any absolute positioning seems to upset the background ‘container’ and trying to move, say ‘Name’ up by using css (top:-35px for example) seems to have no effect.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Positioning form entry’ is closed to new replies.