Comments Georg started the conversationJune 25, 2018 at 10:04pmHi,I would like to hide the widgets in the mobile version. But not all widgets. I would like to keep the mailchimp Sign Up Form. Thank you and best regards,Georg 2,700PenciDesign repliedJune 26, 2018 at 2:19amHi,Please add more this code to Customize > Custom CSS to do that: @media only screen and (max-width: 768px){ .penci-sidebar-content .widget{ display: none; } .penci-sidebar-content .widget.widget_mc4wp_form_widget{ display: block; } } Best Regards,PenciDesign Sign in to reply ...
Hi,
I would like to hide the widgets in the mobile version. But not all widgets. I would like to keep the mailchimp Sign Up Form.
Thank you and best regards,
Georg
Hi,
Please add more this code to Customize > Custom CSS to do that:
Best Regards,
PenciDesign