Legacy template with enews extended

Homepage Community Forums Legacy Theme Support Legacy template with enews extended

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #5988
    DynamicR
    Customer

      Can anybody assist with the enews extended plugin and legacy template from appfinite

      http://www.aussiehelpers.com/guest-speaker

      Trying to isolate the first name and last name fields so I can widen them.

      When I stretch code from

      .enews #subbox, #subbox1, #subbox2, .s {
      margin: 5px 0 0;
      padding: 6px 5px;

      to

      .enews #subbox, #subbox1, #subbox2, .s {
      margin: 5px 0 0;
      padding: 6px 65px;

      it stretches the search box width

      It also makes the text in the middle of the First and Last Name align centre, how can I align that left?

      How can I isolate the search box please

      #6001
      Eric
      Customer

        If you look at the code, you’re adjusting 3 things at once –

        .enews #subbox, 
        #subbox1, 
        #subbox2, 
        .s

        Each ID and Classes are separated by a comma. The “.s” class is used for the search. So remove the “.s” and it shouldn’t be affected when you adjust the enews.


        I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

      Viewing 2 posts - 1 through 2 (of 2 total)
      • You must be logged in to reply to this topic.