Viewing 2 replies - 1 through 2 (of 2 total)
  • You need to use a more specific CSS selector to limit the effect of the change in the width. One way to do that would be to add this code to your CSS file:

    .wpcf7-list-item input {
        width: 10%;
    }

    Firebug helped me see what selector would work. If you need something more specific, it may be a good tool to consider:

    https://getfirebug.com/whatisfirebug

    Thread Starter cyrjm

    (@cyrjm)

    Thanks! You know, I keep Firefox open on my other monitor so I can poke around with FireBug but I’m still learning CSS and couldn’t figure out the issue. I changed some selectors but it was affecting other elements on the page too. I’ll give this a shot.

    Cheers!

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