Viewing 1 replies (of 1 total)
  • Plugin Support Kris

    (@c0nst)

    Hi @jddep64,

    This issue likely only occurs when the admin bar is displayed at the top of the website. I didn’t notice it as a guest. Please try using this CSS code to fix it:

    .admin-bar .dgwt-wcas-suggestions-wrapp,
    .admin-bar .dgwt-wcas-details-wrapp {
    margin-top: -32px;
    }

    @media( max-width: 782px ) {
    .admin-bar .dgwt-wcas-suggestions-wrapp,
    .admin-bar .dgwt-wcas-details-wrapp {
    margin-top: -46px;
    }
    }

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

    Regards,
    Kris

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.