Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1080407
    ldollard
    Participant

    How would i move the “subscribe” button underneath the input box in the footer contact form widget for mobile that says “sign up for our weekly newsletter now”

    for http://www.mttaborfinewines.com/

    So when viewed on mobile the “subscribe” button is underneath the email box.

    #1080728
    Rad
    Moderator

    Hi there,

    Thanks for writing in.

    The button is already under the input field, would you mind providing a screenshot of what we should expect?

    Thanks!

    #1080735
    ldollard
    Participant

    Meaning if you look at that page on an iPhone for example it’s not underneath, it’s on the right hand side.

    #1080863
    Christopher
    Moderator

    Hi there,

    Please update this code:

    @media (max-width: 979px){
    .wpcf7-form-control.wpcf7-submit {
        float: left;
    }
    }

    to :

    @media (max-width: 979px){
    .wpcf7-form-control.wpcf7-submit {
        float: none;
    }
    }

    Hope it helps.

  • <script> jQuery(function($){ $("#no-reply-1080407 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>