Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #186923

    Is there a way to get the search header icon in mobile? I see that it dissappers in mobile view…what are my options? Thanks.

    #187055

    Hey wesleysoccer!

    Please add this on your custom.css or Quick CSS:

    @media only screen and (max-width: 767px) {
    .responsive #header .main_menu ul,  .responsive #header .main_menu ul {
    display: block !important;
    position: absolute;
    background: none;
    top: -100px;
    right: 0;
    }
    
    .responsive #header .main_menu ul li {
    display: none;
    }
    
    .responsive #header .main_menu ul li:last-child {
    display: block !important;
    }
    }

    Best regards,
    Ismael

    #187094

    did not work…I’m using the non-fixed header with social icons and additional nav….

    here is the site: http://cl.ly/3l1m473I1Z44

    any other thoughts….using enfold 2.0.1

    #187224

    Hi!

    Adjust the top margin:

    @media only screen and (max-width: 767px) {
    .responsive #header .main_menu ul,  .responsive #header .main_menu ul {
    display: block !important;
    position: absolute;
    background: none;
    top: -20px;
    right: 0;
    }
    
    .responsive #header .main_menu ul li {
    display: none;
    }
    
    .responsive #header .main_menu ul li:last-child {
    display: block !important;
    }
    }

    Remove browser cache then reload the page.
    Cheers!
    Ismael

    #188185

    perfect…thanks. you guys rock!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘search bar in mobile’ is closed to new replies.