• Hi

    The link of my website is https://fabrixity.com/

    The widgets in my footer looks weird on my mobile version and I was wondering if I can remove it only on the mobile version?

    Is there also a separate way to customise the mobile version for this theme because it is not 100% responsive.

Viewing 1 replies (of 1 total)
  • Add this code to your theme style.css file –

    @media only screen and (min-width: 320px) and (max-width: 480px) {
    div#footer-wrap {display:none;}
    }

    PS – Use child theme to apply changes to the theme or use custom css plugins.

Viewing 1 replies (of 1 total)
  • The topic ‘Footer Widgets (Mobile Version)’ is closed to new replies.