• Hi,
    thanks for the plugin … I just have a problem as you can see at:

    frnshx.com

    I am using Max Mega Menu.
    Could you help me ?

    Thanks in advance for the support,
    thnk4

Viewing 1 replies (of 1 total)
  • Plugin Author wpdreams

    (@wpdreams)

    Hi!

    The width of the search is forced to a very low 10%, so it’s not visible correctly. I would suggest the following custom CSS code:

    .AjaxSearchLiteWidget {
        width: 100% !important;
    }
    
    div[id*='ajaxsearchlite'].wpdreams_asl_container {
        width: 100% !important;
    }

    It should look like this after the change: http://i.imgur.com/lH3nAWW.png

Viewing 1 replies (of 1 total)

The topic ‘Does not correctly work’ is closed to new replies.