#3857

Hi,

Do you mean to display this blog search form on mobile? https://prnt.sc/4ybouFEUzZQI

Please add this custom CSS to the file style.css ( child-theme):

@media (max-width: 1023px){
body.blog #secondary {
    display: block;
}}