• Resolved andresrom

    (@andresrom)


    Hi guys!
    Can you please help me to set up the widget on the front page?
    I need the fields and the button to be displayed in the same row and in the centered.

    Thanks a lot for the advice!

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello,

    Sure thing!

    Please go to Appearance > Customize > Additional CSS and copy & paste this code:

    
    #email-subscribers-form-3 {
        text-align: center;
    }
    
    .widget-title {
        font-weight: bold;
        padding-top: 25px;
        padding-left: 25px;
    }
    
    .es-field-wrap {
        display: inline;
        padding: 25px;
    }
    
    #es_subscription_form_submit_1587031552 {
        width: 176px;
        display: inline;
        margin-left: 25px !important;
        padding-top: 4px !important;
    } 

    Please let us know if that worked.

    • This reply was modified 4 years, 11 months ago by vaksupport.
    • This reply was modified 4 years, 11 months ago by vaksupport.
    Thread Starter andresrom

    (@andresrom)

    That worked excellent!

    Thank you very much!

    Glad we could help ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Widget Style’ is closed to new replies.