Reply To: enews widget width

Homepage Community Forums Legacy Theme Support enews widget width Reply To: enews widget width

#8248
Wes
Moderator

    Yes you can add .site-header in front of it like this –

    .site-header .enews-widget input {
    	width: 75%;
    }

    But you need to add that entire code right above line 1106 in your css and remove the width from the original code.