• Resolved deny21

    (@deny21)


    Hello guys, when i’m in mobile mode, sometimes (this not happens all the time, i don’t know why) when i click on search bar, and put some text in it, a margin right pop ups and broke the search overlay. How can i fix it?

    Screenshot of the issue: https://ibb.co/nC3sdCB

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @deny21

    Try to change your

    .dgwt-wcas-overlay-mobile-on.dgwt-wcas-is-ios .dgwt-wcas-suggestions-wrapp

    CSS code to this:

    .dgwt-wcas-overlay-mobile-on.dgwt-wcas-is-ios .dgwt-wcas-suggestions-wrapp {
        max-height: calc(100vh - 15px ) !important;
        height: auto!important;
    }

    Paste it into Appearance -> Customize -> Additional CSS. If you aren’t familiar with custom CSS, take a look at this video.

    Regards,
    Kris

    • This reply was modified 2 years, 10 months ago by Kris.
    Thread Starter deny21

    (@deny21)

    Hi Kris, sorry but it doesn’t work. Still see the margin right.

    Hi @deny21

    Please try to use this CSS to fix the problem:

    .dgwt-wcas-overlay-mobile-on {
        overflow-x: hidden !important;
    }

    Paste it into Appearance -> Customize -> Additional CSS. If you aren’t familiar with custom CSS, take a look at this video.

    Regards,
    Kris

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Search overlay add margin right’ is closed to new replies.