• Resolved ec2016eire

    (@ec2016eire)


    Hi there,

    I just changed the CSS in my website, fixing just the colors.
    Unfortunately now on mobile there’s not anymore the responsive menu.
    Also the text in the slide’s buttons and in the featured services area doesn’t resize on mobile…
    https://www.elenacristofanon.com

    Can you help me?

    Thank you

    Elena

Viewing 1 replies (of 1 total)
  • Theme Author Theme Freesia

    (@themefreesia)

    @ec2016eire,
    Thanks for using our theme. It seems that you made direct code customization at style.css. Always create Child theme before making any changes in the code. Doing it your Customized code will not be lost while theme update.
    You have added below code

    .menu-toggle {
        display: none;
    }

    add this code and remove above code from style.css

    .menu-toggle {
        display: block;
    }

    By default responsive menu is working fine. So either add your css in your custom css or create a child theme.

    If you have any questions then provide your support question here which is free of charge.As our support team will not be available here always to get reply.

    Regards
    Theme Freesia

Viewing 1 replies (of 1 total)
  • The topic ‘Hamburger menu’ is closed to new replies.