Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #330810
    Dirk
    Participant

    Hi,

    I added a footer menu to this website

    The footer menu shows on desktop but not on mobile devices. I can not find responsive settings for this theme. Is there perhaps custom css for this issue?

    Thank you so much.

    #330814
    tikaram
    Participant

    @italianfox : It looks like you are using an older version of the theme. I suggest you to update your theme to the latest version as we perform security updates and feature enhancements through updates. To enable the footer menu on mobile devices : Login to your WordPress admin section. Go to Appearance => Customize => Additional css and add the following css.

    #colophon .nav-footer {
        display: block;
    }

    Let me know if this helps you out.

    Regards,
    Tikaram

    #330816
    Dirk
    Participant

    Hi Tikaram,

    Your advise fluently solved my issue, thank you very much for your kind and quick support. I’ll certainly update the theme!

    Warmest regards,
    Dirk

    #330822
    Dirk
    Participant

    I  use a child theme from the moment building this website and purchased the latest version of the theme today and updated it, but translations are not kept after the update. I also exported the  customization settings for the old theme using the Catch import/export plugin. Custom css is in the export file but not the translations which I created a long time ago with poedit app. Before the theme update, I FTP downloaded the mo and po translation files and uploaded them again tot the language folder after theme update but no translations there.

    Do you perhaps have a suggestion how to bring back my translations?

    Thank you so much,

    Dirk

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Footer menu does not show on mobile devices’ is closed to new replies.