Tagged: functionality, mobile nav
Hello,
1. We were wondering how we can add a logo to the mobile nav? When it expands from the right, can we add a logo in the space beside the ‘x’?
2. We have menu items that are not clickable (on desktop) as these are the menu titles for the sub categories. Example: About Us, Services etc. Can we have these non-clickable so that the user stays on the mobile nav instead of the nav disappearing and staying on the current page? We would like it to function like the Desktop where that menu item is not clickable.
Site reference: http://solutions2organizeu.ca/
Hello,
Just checking to see if there is any update on this?
Hi,
try something like this inside Quick CSS field:
a#advanced_menu_hide:after {
content: url(https://ttkv-hameln-pyrmont.de/content/newsbilder/News_Auto.jpg);
position: relative;
left: -50px;
}
and adjust as needed.
Please stick to one question only in one ticket and feel free to open other tickets for other questions.
Best regards,
Andy
Hi Andy,
This seems to have placed an img but the sizing and positioning are not correct. Is there a way I can control the size?
You can review here:
Hi,
Try adding height, width and background-size in the css code given by Andy.
Best regards,
Nikko