• Resolved denism300

    (@denism300)


    Hello!
    how can I change the distance between the search form and the form with the results (see screenshot).
    I would like to make this distance less.

    • This topic was modified 5 years, 3 months ago by denism300.
Viewing 1 replies (of 1 total)
  • Plugin Author Damian Góra

    (@damian-gora)

    Hello,

    Do you have the problem when you are logged as an administrator? Sometimes WordPress admin bar affects this gap. If yes, just ignore it.

    If you have this issue for all users, you can fix it by following CSS code:

    .dgwt-wcas-suggestions-wrapp {
        margin-top: -32px!important;
    }

    If you don’t familiar with custom CSS, take a look at this video.

    Best
    Damian

Viewing 1 replies (of 1 total)
  • The topic ‘Change the distance between search form and result form’ is closed to new replies.