Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1226031
    Mark B
    Participant

    How can I reduce the height of the search box on mobile ?

    Thanks

    https://www.dropbox.com/s/4ntr0pr65hpaaci/File%202016-10-21%2C%207%2042%2043%20PM.jpeg?dl=0

    #1226230
    Prasant Rai
    Moderator

    Hello Mark,

    Thanks for writing in!

    You can add this under Custom > CSS in the Customizer:

    
    @media only screen and (max-width: 900px) {
        #sfm-sidebar .sfm-search-form {
        padding: 0 !important;
    }
    
    #sfm-sidebar .sfm-search-form input.search-field {
        margin: 0 !important;
    }
    }

    Thanks.

    #1226898
    Mark B
    Participant

    thanks that worked

    #1226998
    Rue Nel
    Moderator

    You’re welcome!
    Thanks for letting us know that it has worked for you.

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