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
May 26, 2021 at 2:48 pm
#33435
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.