Hello! Lovely theme. I just need a little bit of help:
I would like to remove the header drop down menu button for mobile devices and fix the logo. It gets squashed in mobile view due to it’s width. I could possibly sub in a logo designed for mobile but I do not know how. I’ve looked through the forum and tried some of the fixes listed as far as the logo goes, but I can’t get it right.
Also- Is there a way to omit a particular element from mobile (in this case the LayerSlider) and have text instead?
Charles
And it would be helpful if I included a link:
http://www.guhrilla.co/test/
Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 767px) {
.container #advanced_menu_toggle, #advanced_menu_hide {
display: none;
}
.responsive .logo a, .responsive .logo img {
height: auto !important;
margin-top: 10px!important;
}}
Best regards,
Yigit
Awesome! Works perfectly.
Many thanks