enews widget width

Homepage Community Forums Legacy Theme Support enews widget width

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #8231
    bbuller
    Customer

      this is a follow up question to the following post:

      https://appfinite.com/topic/genesis-enews-widget-and-legacy-theme/

      I just noticed that adding the width fixed my issue in the header right area but it then broke it in the sidebar – is there away to separate the width of the widget in the header vs. the sidebar?

      #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.

        #8251
        bbuller
        Customer

          that worked perfectly. thank you.

          #8259
          Wes
          Moderator

            You’re Welcome

          Viewing 4 posts - 1 through 4 (of 4 total)
          • The topic ‘enews widget width’ is closed to new replies.