Need help on how to display the footer links on mobile.
« on: January 14, 2019, 02:45:55 PM »
Hi Support,

I need help on how to display the footer links (Contact, Privacy Policy, Terms of Use, Etc..) on mobile mode. They get displayed well on the desktop mode, but not on the mobile mode. Hope to hear from you soon.

moverpls.ca/staging/

Thanks a lot,
Leandro

Marked as best answer by frosticek on February 09, 2019, 03:55:19 PM
*

MB Themes

Re: Need help on how to display the footer links on mobile.
« Reply #1 on: February 09, 2019, 03:54:56 PM »
@Leandro
In responsive.css you may find this code:
Code: [Select]
#footer .inside .left { display: none; }
Replace it with:
Code: [Select]
#footer .inside .left { display: block!important; text-align: center; width: 100%; }
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots