Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #646557

    logicaldev
    Participant

    Hi, I have a form I created and placed inside of a slider.

    https://logicaldev.com/easydb

    In IE is looks fine, in Chrome the placeholder is offset differently and cuts off the top of the placeholder text.

    If I go into inspector and remove <line-height 0px> then it seems to look fine. How would I go about changing this property for this page? I’m not certain removing that property entirely will not affect other browsers.

    Thanks.

    #646909

    Rad
    Moderator

    Hi there,

    Thanks for writing in.

    You may add this css at Admin > Appearance > Customizer > Custom > CSS,

    .rev_slider_wrapper #x_subscribe_form_email {
        line-height: normal !important;
    }

    That should do it 🙂

    #649491

    logicaldev
    Participant

    Perfect, thank you!

    #649658

    Rupok
    Member

    You are welcome!

    Glad that it helped. Feel free to let us know if you face any other issue. We’ll be happy to assist you.

    Thanks for using X.

    Cheers!