Ddi-soricFeb 9, 2018
When the burger-icon is clicked and the submenu opened, the icon moves down 60px and mixes with the first item of the submenu.
Please provide a way to fix this – thanx in advance.
1 reply · opened Feb 9, 2018
When the burger-icon is clicked and the submenu opened, the icon moves down 60px and mixes with the first item of the submenu.
Please provide a way to fix this – thanx in advance.
Hello,
Apologies about the Inconveniences caused! There is a minor bug with the code. Find the following code in the css/responsive.css File:
#primary-menu > div > ul { margin-top: 60px !important; }and replace it with:
#primary-menu > div > ul { padding-top: 60px !important; }This will definitely work fine. Hope this Helps!
Let us know if we can help you with anything else or if you find any further issues.
Have the same question, or something new?
Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.
Reply on the dashboard