Archived topic
AJAX Search for WooCommerce
3 replies · Started by Dmitry on February 20, 2021
Viewing posts 1–4 of 4
Hello, everyone, please.
I installed the AJAX Search for Woocommerce plugin and added it to the main menu. How to make the full-width search field?
https://transformator-tmg.ru/
Hi there,
try this CSS:
@media(min-width: 768px) {
.main-nav,
#menu-item-312 {
flex: 1;
}
}
Thank you very much! I spent all day yesterday looking for the right solution and couldn’t find it!
You're welcome
This archived topic is closed to new replies.