Support Forums - Classified Ads Script Osclass

Osclass theme support => Starter Osclass Premium Theme => Topic started by: leandropangan@gmail.com on January 14, 2019, 02:45:55 PM

Title: Need help on how to display the footer links on mobile.
Post by: leandropangan@gmail.com 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
Title: Re: Need help on how to display the footer links on mobile.
Post by: MB Themes 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%; }