Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #15084
    paigeohliger
    Member

    Hi, it is me again!
    I have loaded the Constant Contact API Widget 2.4.1 and “designed” an email signup form to appear in the sidebar of all secondary pages. The form in the editor looks great, when it is in the sidebar the text the describes what the fields are “First Name,” for example, is on two lines, I need the text to be on one line, is there any way to correct this. As always, all help is greatly appreciated!

    http://plantricious.com/about-us/

    #15085
    paigeohliger
    Member

    PS, viewing on my mobile device, they appear on one line…
    I would also like to add padding between the submit button and the last data field if possible.

    #15127
    Sakin
    Keymaster

    @paigeohliger: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.

    #secondary .kws_form label { width: 100%; }
    #secondary .kws_form .cc_Go { padding-top: 1em; }
    #15135
    paigeohliger
    Member

    Great! That worked to get the field labels on one line and the submit button a little lower.
    1. Is it possible to impact the padding between the field label and the form field? I would like to reduce it by 5 pixels if possible.
    2. Is is possible to move the “Email Address” text closer to the top of the blended box behind it, it appears to be 50 pixels, can it be changed to 25 pixels

    #15139
    Sakin
    Keymaster

    @paigeohliger: You can decrease the space by adjusting line height css.
    #main #secondary .kws_form label { line-height: 25px; }

    #15141
    paigeohliger
    Member

    thank you.

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Constant Contact API Widget 2.4.1’ is closed to new replies.