Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter stevenhaal

    (@stevenhaal)

    Okay so I tried something – I found and altered that line in the CSS, remarking out the “width: 100px” line. Worked Perfectly!

    And then killed all of the text box widths, making them go completely out of the sidebar itself.

    Is it possible that 2 input types would be inheriting the same width setting? Is that daft?

    thanks,
    S

    Thread Starter stevenhaal

    (@stevenhaal)

    Hey thanks so much davmerit. If I could impose a bit more to detail it out this way:

    1. tried the above, but no go HOWEVER

    2. If I go to that page > the form > “Personalization” section, and highlight the step 2 “yes i’m sending” and inspect that element, something interesting happens:

    3. in the inspector, if I highlight the line:

    “<input type=”checkbox” name=”logo” value=”Yes, I’m Sending!”>”

    and then look at the CSS associated with it in the bottom pane, I see

    media=”screen, projection”
    input, textarea {
    width: 100%;

    4. If I DESELECT with WIDTH line in the inspector, immediately ALL the checkboxes go to the right place — I just can’t figure out how to affect that same change with custom code, or amending the CSS file.

    I’m not sure if it’s inheriting other css from somewhere, or what. I’ve tried change the width, remarking it out etc… but to no avail.

    Any ideas?

    Thanks so much,
    S

Viewing 2 replies - 1 through 2 (of 2 total)