• Resolved curtainlightred

    (@curtainlightred)


    Hi,
    The plugin works great, but if I enable seamless integration on my Divi site, when I click search icon at the right of the menu bar, the text pop up obscures the logo and just looks bad. If I disable seamless integration, the search pop-up just covers the rest of the menu, which looks much better.

    Can anything be done? Divi and AWS latest version.

    Thanks.

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

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

    (@mihail-barinov)

    Hello,

    Please try to add this addition css style:

    .et_search_outer .aws-container { 
    top: 20px; 
    top: calc( 100% - 60px ); 
    }

    Regards

    Thread Starter curtainlightred

    (@curtainlightred)

    Thank you very much for the response.

    I added it to Custom CSS in Divi but unfortunately it doesn’t seem to have worked.

    Plugin Author ILLID

    (@mihail-barinov)

    Try to change it to

    .et_search_outer .aws-container { 
    top: 20px !important; 
    top: calc( 100% - 60px ) !important; 
    }

    Also – if you are using any caching plugins – please clear the cache. And the browser cache too.

    Regards

    Thread Starter curtainlightred

    (@curtainlightred)

    Thank you so much, it is a lot better now!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Unexpected behaviour in Divi menu bar’ is closed to new replies.