This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Reply To: Having issue in Load more ajax results

Home Forums Product Support Forums Ajax Search Pro for WordPress Support Having issue in Load more ajax results Reply To: Having issue in Load more ajax results

#33435
Ernest MarcinkoErnest Marcinko
Keymaster

Hi,

You have a custom CSS code implemented, which causes it to display on devices below 768px width:

@media only screen and (max-width: 767px)
p.showmore {
    display: flex !important;
    justify-content: center;
}

If you remove the custom code it will resolve the issue.