Genesis enews widget in footer widget area

Homepage Community Forums Aspire Theme Support Genesis enews widget in footer widget area

  • This topic has 5 replies, 2 voices, and was last updated 8 years ago by Wes.
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #17721
    krosebraugh
    Customer

      I’d like to put the Genesis eNews widget in one of the Footer widget areas but there appears to be no CSS to format it for that area. Do you have any CSS that I could coy and paste?
      Thanks,
      Katie

      #17730
      Wes
      Moderator

        Do you have a link to your site with the widget already setup? I can see if I can come up with something quick to add in.

        #17733
        krosebraugh
        Customer

          It is a site that I am working on for a client. Here is the link: http://artful.katie.design/
          I put the form in the footer. It would be great to be able to put it in a sidebar too.
          Thanks for your help Wes.

          #17736
          Wes
          Moderator

            If you look at line 1096, you’ll see this –

            .sidebar .enews-widget input, 
            .footer-widgets .enews-widget input {
            	width: 55%;
            }

            That’s what controls the width of the fields.

            Do you want both fields and the Go button to be on the same line? If so, change the above code to 34% or less. If you want the fields to be on each on their own separate line, then change it to 100%.

            Since the widget area is kind of small, we’re limited to how much can fit inside the area.

            BTW, that code above will work for both the footer and the sidebar.

            Let me know if that helps.

            #17737
            krosebraugh
            Customer

              Thanks Wes! That does help. I guess I missed that when I was looking through the CSS.

              #17738
              Wes
              Moderator

                Great!

                If you run into any other issues just let us know!

              Viewing 6 posts - 1 through 6 (of 6 total)
              • The topic ‘Genesis enews widget in footer widget area’ is closed to new replies.