Comments 2Maike Neu started the conversationJuly 26, 2022 at 10:58amHello,I would like to make the footer visible for the PC view, but for tablet and mobile I would like to disable some parts.kind regards 1,710Barry repliedJuly 26, 2022 at 11:11amHi Maike,Thank you for your message.What parts would you like to remove from the footer for mobile and tablet? If you can let me know I'll write you some custom CSS code that you can copy/paste to your website that will do this.Best regards,BarryQreativeThemes.com | WordPress Themes 2Maike Neu repliedJuly 26, 2022 at 11:40amhello Barry,Bottom:Show it on PC but not on Tablet and not on Mobile Bottom Footer -left -middle -right:This is fine and should still be shown in all 3 views. 1,710Barry repliedJuly 26, 2022 at 11:47amThank you.So if I understand it correct the bottom footer need to stay visible on all views only the main footer need to be hidden for mobile and tablet.That will be possible by adding the following CSS code to Appearance -> Customize -> Additional CSS: /* hide main footer on mobile and tablet */ @media (max-width: 991px) { .main-footer { display: none; } } Best regards,BarryQreativeThemes.com | WordPress Themes 2Maike Neu repliedJuly 26, 2022 at 12:23pmfine. Thank you Barry. It works. :-)1 Like 1,710Barry repliedJuly 26, 2022 at 1:00pmGreat! I'm glad to hear thatLet me know if you have any other questions.Best regards,BarryQreativeThemes.com | WordPress Themes Sign in to reply ...
Hello,
I would like to make the footer visible for the PC view, but for tablet and mobile I would like to disable some parts.
kind regards
Hi Maike,
Thank you for your message.
What parts would you like to remove from the footer for mobile and tablet? If you can let me know I'll write you some custom CSS code that you can copy/paste to your website that will do this.
Best regards,
Barry
QreativeThemes.com | WordPress Themes
hello Barry,
Bottom:
Show it on PC but not on Tablet and not on Mobile
Bottom Footer -left -middle -right:
This is fine and should still be shown in all 3 views.
Thank you.
So if I understand it correct the bottom footer need to stay visible on all views only the main footer need to be hidden for mobile and tablet.
That will be possible by adding the following CSS code to Appearance -> Customize -> Additional CSS:
Best regards,
Barry
QreativeThemes.com | WordPress Themes
fine. Thank you Barry. It works. :-)
Great! I'm glad to hear that
Let me know if you have any other questions.
Best regards,
Barry
QreativeThemes.com | WordPress Themes