Support Forum › Forums › Woncep – Fashion Style WooCommerce Theme › Blog Search › Reply To: Blog Search
November 16, 2022 at 3:51 pm
#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;
}}