• hola1

    (@saidaicashback)


    Hi dear friends, please help me get rid of space in mobile version (iphone 5s) between header and navigator. I know search field is taking up the free space, but i can find which css to tweak to fix it. my site is fxjpn..com. please look at mobile version (chrome developer tool: ctrl+shift+i), and you will see the space.

Viewing 2 replies - 1 through 2 (of 2 total)
  • You can add this to your Child Theme style.css file or by using a Custom CSS plugin.

    @media screen and (max-width: 767px) {
        .search-form, .site-header .widget.widget_search {
            margin-bottom: 0;
        }
    }

    Hope this helps.

    Thread Starter hola1

    (@saidaicashback)

    Wow, custom css plugin did the job. Thanks a lot! Appreciate your help.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘can get rid of the space between header and navigator’ is closed to new replies.