appt form - rtl

Discussion in 'Appointway WordPress Theme' started by leeorr, Dec 2, 2013.

Thread Status:
Not open for further replies.
  1. leeorr

    leeorr New Member

    Joined:
    Oct 6, 2013
    Messages:
    5
    Likes Received:
    0
  2. leeorr

    leeorr New Member

    Joined:
    Oct 6, 2013
    Messages:
    5
    Likes Received:
    0
    ok
    i found out how 2 remove the appt form
    i still have problem with the padding of the fields in the lead capture
    +how do i allign the Nav bar to the righ?
     
  3. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,


    For lead form:
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .appointment_wrapper .appointment_form_wrapper input[type="text"], .appointment_wrapper .appointment_form_wrapper input[type="email"] {
    margin-right: 25px;
    margin-left: 0px;
    }
     
    .appointment_wrapper .appointment_form_wrapper .signinformbox .signupForm input[type="submit"] {
    margin-left: 0;
    margin-right: 32px;
    }
    For nav bar:
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    #menu .ddsmoothmenu li {
    float: right;
    }

    Thanks & Regards
    Nitesh Raghuwanshi
     
    leeorr likes this.
  4. leeorr

    leeorr New Member

    Joined:
    Oct 6, 2013
    Messages:
    5
    Likes Received:
    0
    Awesome, thanks Nitesh, that worked perfectly!
     
Thread Status:
Not open for further replies.

Share This Page