Shufflehound Subscribe Widget button misaligns after successful signup

Home Forums Gillion Theme Shufflehound Subscribe Widget button misaligns after successful signup

Home Forums Gillion Theme Shufflehound Subscribe Widget button misaligns after successful signup

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    RESOLVED Posts
  • davelow
    Participant

    Hi,

     

    the sign up button is misaligned after a successful sign up.

    any fix for that?

     

    cheers,

    dave

    Attachments:
    You must be logged in to view attached files.

    Hi Dave,

     

    Sorry to hear of the problem you are having.

     

    Could you please share me the page URL from your site where it is not displaying correctly so that i can troubleshoot it?

     

    Best regards,
    Shufflehound team

    davelow
    Participant

    Hi I’ve the link provided below.

    thank you.

    You can resolve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    .mc4wp-form input[type="submit"] {
        bottom: auto;
        top: 0;
    }

    davelow
    Participant

    Hi,

     

    it didn’t quite work out.

    here’s what the suggested codes yielded.

     

    dave

    Attachments:
    You must be logged in to view attached files.

    I don’t see the shared CSS code used on your site and also the Shufflehound Subscribe Widget so please use the CSS code and display the widget so that I can troubleshoot it.

    davelow
    Participant

    I’ve placed it at the footer now.

    please have a look at it.

     

    thanks,

    dave

    Solution for this topic

    To resolve it please try changing above shared CSS code as following.

     

    .mc4wp-form input[type="submit"] {
        bottom: auto !important;
        top: 0;
    }

    davelow
    Participant

    ah.. that worked out neatly..

    much thanks for the help.

     

    dave

    You are most welcome here 🙂

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