Hello
I have 2 requests for the mobile view of the website:
1. I would like to be able to add my logo to be above the hamburger flyout menu where the white space is on top –
2. Add the word ‘Menu’ next to the ‘Hamburger’ similar to how the http://www.ufcw.org/ site does it
Please advise and thanks so much!
B
Hey schwabino,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
@media only screen and (max-width: 767px) {
#top .av-small-burger-icon .avia_hidden_link_text {
display: block;
height: 80px !important;
line-height: 0px !important;
margin-top: -58px;
margin-left: -68px;
font-size: 20px;
}
.responsive .logo img {
z-index: 999;
}
}
If you need further assistance please let us know.
Best regards,
Victoria