Home › Community Forums › Legacy Theme Support › enews widget width › Reply To: enews widget width
October 18, 2013 at 11:42 am
#8248

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.