Viewing 5 replies - 1 through 5 (of 5 total)
  • Theme Author webdzier

    (@webdzier)

    Hello @mateusz1983,

    Sure, You can hide the footer widget on smartphones. So please go to Dashboard -> Appearance -> Customize -> Additional CSS and paste given below CSS code:-

    @media (min-width: 320px) and (max-width: 767px) {.footer{display: none;}} ”

    Let me know if you have any issue.

    Thanks

    Thread Starter mateusz1983

    (@mateusz1983)

    Thanks, but we did not understand each other, i think about footer callout with fontawesome icons.

    Regards

    Theme Author webdzier

    (@webdzier)

    Hello @mateusz1983,

    Sorry for the inconvenience.

    Please share a screenshot which section you want to hide on the smartphone screen.

    Thanks

    Thread Starter mateusz1983

    (@mateusz1983)

    Here you go:
    https://ibb.co/XyJx3kx

    Regards

    Theme Author webdzier

    (@webdzier)

    Hello @mateusz1983,

    Thank you for the screenshot.

    please go to Dashboard -> Appearance -> Customize -> Additional CSS and paste given below CSS code:-

    @media (min-width: 320px) and (max-width: 767px) { .footer-top{display: none;}} ”

    Thanks

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Hiding widgets in footer on smartphone.’ is closed to new replies.