Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #473403

    Please help me get search icon back on mobile view…this happened about a year ago when upgrading theme and has happened again. See in private content…

    Thanks.

    #473699

    Hey wesleysoccer!

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

    @media only screen and (max-width: 767px) {
    .main_menu .avia-menu, #header_main_alternate, .fallback_menu {
      display: block;
    }
    #top #menu-item-search {
      top: -100px;
      left: 250px;
    }}

    Best regards,
    Yigit

    #474067

    Thanks for the help…got it back up…

    changed the code to this:

    @media only screen and (max-width: 767px) {
    .main_menu .avia-menu, #header_main_alternate, .fallback_menu {
    display: block;
    }
    #top #menu-item-search {
    left: 135px!important;
    top: -110px!important;
    }}

    #474186

    Hi!

    Great! Let us know if you have any other questions or issues :)

    Regards,
    Yigit

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