• Resolved Eservices

    (@eservices)


    Hi all,

    This theme (delivery lite by themejunkie) is great but why does not show me on mobile phone the search box. I try put the widget on primary, secondary footer and still no effects. Now is search box on header. This theme is mobile friendly and many people want search on my site in my blogs. Can anyone help me please where i must put the widget?

Viewing 2 replies - 1 through 2 (of 2 total)
  • add that search widget in the footer or anywhere and remove this CSS from your style.css file

    @media screen and (min-width: 320px)
    .searchform { 
       display:none;
    }
    }

    after that it start displaying on mobile also do this with this CSS

    @media screen and (min-width: 480px)
    .searchform {
       position:absolute; //remove this line
    }
    }
    Thread Starter Eservices

    (@eservices)

    No effects ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Search box on mobile phone’ is closed to new replies.