• Resolved ryanmasters

    (@ryanmasters)


    Hi,

    When i make the size of the screen around tablet size, it shows a search icon which is fine but it doesnt show any text when i search for a product code: COM12, would you be able to help me in fixing this so i can see the text when using the search bar on a tablet size screen?

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author ILLID

    (@mihail-barinov)

    Hi,

    Please try to add this custom style:

    .aws-search-result {
        z-index: 9999999999999 !important;
    }

    Regards

    Thread Starter ryanmasters

    (@ryanmasters)

    Hi,

    Thank you for the code but it didnt seem to effect anything.

    Have you got any other ideas how what i could try?

    Plugin Author ILLID

    (@mihail-barinov)

    I just check your search form and all works fine for me. Please try to clear browser cache or use incognito window.

    Regards

    Thread Starter ryanmasters

    (@ryanmasters)

    Hi,

    When i reduce the scren size so it only shows the search icon next to the shopping bag it does not show the text of the description of the product.

    Is there a way i can show you a screen shot?

    Plugin Author ILLID

    (@mihail-barinov)

    I see. I thought that you are talking about search form that appears inside left openning sidebar.

    Please try to add these additional styles:

    #header .searchform-popup .aws-container {
        position: absolute;
        width: 300px;
    }

    Regards

    Thread Starter ryanmasters

    (@ryanmasters)

    Thank you that works perfectly.

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Responsive search bar’ is closed to new replies.