Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #470133

    Hi, is there an easy way to make the serach show up in mobile like it does in web and tablet? Our site is http://www.lobstertrail.com/. Thanks!

    #470161

    Hi lobstahhhhhhh!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    @media only screen and (max-width: 989px) { 
    .responsive.html_mobile_menu_tablet .main_menu .avia-menu, .responsive.html_mobile_menu_tablet #header_main .social_bookmarks, .responsive.html_mobile_menu_tablet #header_main_alternate {
      display: block;
    }
    .av-main-nav > li { 
    display: none;
    }
    li#menu-item-search {
      display: block!important;
    right: 50px; 
    }}

    Best regards,
    Yigit

    #470919

    Thank you, please note sent some infor in the private content below.

    #470934

    Hey!

    Please use the code Yigit provided, inside your CSS, I can not see it on the coded you pasted to us.

    Cheers!
    Basilis

    #471414

    Hi there, thanks so much. Let me clarify. Tried to use Yigit’s code and it jumbled up the header in a horrible way. This is why you do not see the code added to the ones I sent. Sent that code to help figure out why Yigit’s code was not working and scrambling the header on mobile. Thanks!

    #471599

    Hey!

    Please create a temporary admin login and post it here privately so we can add and adjust the code to display search button on mobile

    Regards,
    Yigit

    #566143

    Hi there, apologies for not every creating this temporary admin, can this still be done if we send this your way? Thanks!

    #566167

    Hi!

    No worries at all. Sure :)

    Best regards,
    Yigit

    #566338

    Please note we are sending privately, thank you.

    #566906

    Hey!

    We modified the css code a bit. Please remove browser cache then reload the page.

    Regards,
    Ismael

    #567815

    Thank you Ismael and team! Although I do not see the tiny magnifying glass on mobile view, unless you are looking for it…one would never see. It’s also made the search on the ipad view smaller too? It looks odd now.

    What could be causing the root of this problem? Thanks again!

    #568626

    Hi!

    I think there is no problem at all. It just depends on what you want. A mockup showing the results you would like to achieve would be helpful, then we can provide you some precise css code.
    You can increase search icon with this code:

    #top .menu-item-search-dropdown > a, #searchform #searchsubmit, .ajax_search_image, .iconfont {
    font-size: 25px;
    }
    

    Adjust it as needed.

    Cheers!
    Andy

Viewing 12 posts - 1 through 12 (of 12 total)
  • You must be logged in to reply to this topic.