Archived topic
WooCommerce page
3 replies · Started by Nico on December 9, 2021
Hi There!
All sides look good from the padding. Only the WooCommerce site does not work properly in mobile mode. See video.
Where can I set this correctly?
thnx for helping
Nick
Hi Nico,
The product search is added by a 3rd party plugin, Unfortuanly GP has no control over the elements added by plugin.
I would recommend reach out to the plugin's support.
Before you get feedback from the plugin, you can try this CSS:
@media (max-width: 640px) {
.prdctfltr_wc.prdctfltr_wc_regular.prdctfltr_woocommerce.pf_mod_row .prdctfltr_filter_inner {
margin: 0 !important;
}
}
Let me know if this helps :)
Hey Ying!
You snippet fixed it. thnx for helping. Great support.
best regards & big hug 😍
Nick
No problem :)