New Landing How can we help? Themeforest Theme Support Uplift move submit button to the right

Viewing 6 posts - 1 through 6 (of 6 total)
  • Posted in: Uplift
  • #304550
    alexjay
    Member
    Post count: 16

    I’ve put a newsletter signup section in the footer, but the “submit” button is on the left. I want it to be right justified. How do I do this?

    Attachments:
    You must be logged in to view attached files.
    #304800
    David Martin – Support
    Moderator
    Post count: 20834

    Is this still applicable? I see this:

    #304804
    alexjay
    Member
    Post count: 16

    Well I coped a new contact-07 form from a different Uplift template. Would be awesome to be able to move the subscribe button to the right side.

    #304807
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Add the code below to your custom css option.

    #footer .wpcf7 input.wpcf7-submit[type="submit"] {
        width: 50%!important;
    }

    Hope it helps.

    -Rui

    #304809
    alexjay
    Member
    Post count: 16

    my apologies I meant the left side!

    Also could someone help me with my other support ticket – making blog post seperation smaller

    #304810
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Then replace it by this one

    #footer .wpcf7 input.wpcf7-submit[type="submit"] {
        width: 50%!important;
        float:left!important;
    }

    will check the other topic.

    -Rui

Viewing 6 posts - 1 through 6 (of 6 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register