Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Some Contents Missing › Reply To: Some Contents Missing
December 30, 2020 at 12:35 pm
#30938
Keymaster
Make sure to set the search settings position to block. Also, check if this option is disabled on the mobile settings.
If you want to forcefully center the block layout, you can use this custom CSS:
.asp_sb form {
display: flex !important;
justify-content: center;
}