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

Reply To: Some Contents Missing

#30938
Ernest MarcinkoErnest Marcinko
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;
}