Shop Categories

X

Search Bar in mobile

Home Forums Agama Pro Search Bar in mobile

Topic Resolution: Resolved
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #26688
    ORLA
    Participant

    Hi,

    I’m using Ivory Search bar on my site, but it’s overlapping my top menu on mobile. Any way to fix this? Thanks!

    #26690
    ORLA
    Participant

    I’d also like the search bar *on mobile only* to appear below the top menu, and above my site title centered or stretched to fit full width.

    #26692
    Zex
    Moderator

    Hi,

    The search bar can only be placed at the top of the page:

    @media(max-width:910px){    
        #main-wrapper{     
            top:60px!important;
        }  
        .is-menu-wrapper .is-menu{
            float: none!important;
            text-align: center!important;   
        }
    }

    Regards

    #26707
    ORLA
    Participant

    Wonderful! Thank you so much. 🙂

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