In responsive view the hamburger overlays the logo. I’ve seen several post on this same topic but unable to find a solution.
Can someone help please?
Hey LesleyJean!
I added following code to bottom of Quick CSS field in Enfold theme options > General Styling
@media only screen and (max-width: 767px) {
.responsive #top #header .main_menu .social_bookmarks { display: none !important; }
.avia-menu.av_menu_icon_beside { border:none; }}
Please review your website
Regards,
Yigit
Awesome! Thank you for the resolution! It looks good.
Can you help me with the small phone number in the top. There are two.
Would like to hide the small version on desktop view and only show it in responsive when the bigger phone number hides.
Hey,
I added following code to Quick CSS as well
@media only screen and (min-width: 901px) {
.phone-info {
display: none;
}}
Please review your website :)
Best regards,
Yigit
Great! Thank you so much! That handled it
Hi,
You are welcome! :)
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)
Best regards,
Yigit