Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #654120

    1. is it correct that the ajax search field , which does show up behind the menu, doesnt show up on a mobile phone? why not?

    2. on my tablet the search field appears under the menu, on a ‘new line’ . how to get it behind the menu? see image

    • This topic was modified 8 years, 4 months ago by yampieters.
    #655308

    Hey jelle,

    1- Please refer to my post here – https://kriesi.at/support/topic/search-icon-on-mobile-devices/#post-589759
    2- Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    @media only screen and (max-width: 1300px) {
    .container.av-logo-container {
        max-width: 100%;
        margin: 0;
        padding: 0;
    }}
    

    Best regards,
    Yigit

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