Forum Replies Created

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • in reply to: Search for mobile #950187

    Thank you so much!

    in reply to: Search for mobile #949132

    I have removed the code. Thank you

    in reply to: Search for mobile #947337

    The following code is what I added:

    @media only screen and (max-width: 767px) {
    .main_menu .avia-menu, #header_main_alternate {
    display: block !important;
    }
    .av-main-nav > li { display: none; }
    li#menu-item-search {
    display: block!important;
    margin-top: -86px;
    right: -25px;
    }
    .responsive .main_menu {
    float: right;
    }}
    li#menu-item-search>a {
    font-size: 28px!important;
    }
    nav.main_menu { float: right; margin-right: -0.6%; margin-top: 2%; }

    in reply to: Search for mobile #946076

    I found the code to add to the Quick CSS to add the search on mobile. However, it is poorly implemented and does not look good.

Viewing 4 posts - 1 through 4 (of 4 total)