Support

Home Forums Event Espresso Premium no results…

no results…

Posted: January 15, 2013 at 12:53 pm

Viewing 3 reply threads


Jake Berman

    January 15, 2013 at 12:53 pm

    Hi folks,

    I’m trying to watch the following tutorial and my Event Espresso login does not work: http://staging.eventespresso.com/forums/2010/10/questions-in-two-columns/

    Is this a separate thing that I have to pay for?


    Josh

      January 15, 2013 at 3:11 pm

      Hi Jake,

      That is an old tutorial for the VIP membership program on the old site. There wasn’t a video, but rather some custom CSS that you could adapt to use in your theme. It may work with the current version of Event Espresso out of the box, but will likely require some tweaks because each theme is different.

      Here is the content of that tutorial:

      This is a simple example of using CSS to style your registration form so it will display the registration form questions in two columns. Some customization may be necessary for use with your theme.
      Add the following CSS code to your theme’s style.css.

      #event_espresso_registration_form{
          width:600px;
      }
      
      form {
          display: block;
          float: left;
      }
      
      .event_questions {
          display: block;
          float: left;
          margin-right: 25px;
          margin-top: 15px;
          margin-bottom: 10px;
          width:275px;
      }
      
      .textInput {
          margin-top: -50px;
      }
      
      .btn_event_form_submit{
          display: block;
          float: left;
          margin-left: 20px;
          margin-top:  1px;
      }
      
      #additional_header{
          clear:both;
      }
      
      .error{
          clear:left;
      }
      


      Jake Berman

        January 16, 2013 at 10:50 am

        Thanks Josh. And you’re referring to espresso_default.css, correct?


        Josh

          January 16, 2013 at 12:14 pm

          No, not really. I was referring to the theme’s style.css. The best place to add your own custom css is in a child theme.

          Here are a few child theme tutorials if you’d like to know more about how to make a child theme:

          http://themeshaper.com/modify-wordpress-themes/

          http://op111.net/53

          Viewing 3 reply threads

          The support post ‘no results…’ is closed to new replies.

          Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.

          Event Espresso - Staging Server