Okay
  Public Ticket #3091482
Footer
Closed

Comments

  •  2
    Maike Neu started the conversation

    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

  •  1,609
    Barry replied

    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

  •  2
    Maike Neu replied

    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.


  •  1,609
    Barry replied

    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:

    /* hide main footer on mobile and tablet */
    @media (max-width: 991px) {
        .main-footer {
            display: none;
        }
    }
    

    Best regards,
    Barry
    QreativeThemes.com  |  WordPress Themes

  •  2
    Maike Neu replied

    fine. Thank you Barry. It works. :-)

  •  1,609
    Barry replied

    Great! I'm glad to hear thatsmile.png

    Let me know if you have any other questions.

    Best regards,
    Barry
    QreativeThemes.com  |  WordPress Themes