sorry it was my fault, the graphics driver was the problem thanks
Hi Victoria,
looks fine! :-) is it possible to make the text to pop up the menu too?
Regards,
Eric
hi victoria,
thanks for the update, it now appears but under the burger symbol. Is it possible to show it one the right side right next to the burger symbol and not under it?
Thanks
i tried different ones, for exmaple this
#advanced_menu_toggle:before {
content: ‘Menu’;
font-size: 14px;
top: -7px;
position: relative;
}
or this
#top #advanced_menu_toggle:after {
content: ‘MENU’;
font-size: 11px;
display: block;
line-height: 2px;
}
#top #advanced_menu_toggle, #top #advanced_menu_hide {
height: 56px;
}
but no ones worked :(