Questions tagged as 'menu'

1
answer

Mobile menu, change font color

I can not change the font color in mobile mode, it turns white, and if I change the CSS to white it changes the site, it follows the menu code. #advanced_menu_toggle, #advanced_menu_hide { position: absolute; border-radius: 2px;...
asked by 19.10.2017 / 20:55
1
answer

How can I centralize this custom menu?

<style type='text/css'> ul#nav { width: 1500px; margin: 0 auto; text-align: center !important; overflow: hidden;} ul#nav li {float: left; list-style: none; align: center;} ul#nav li a{display: block; width: 11...
asked by 17.07.2017 / 05:34
1
answer

Bootstrap Collapse on small devices "sm"

I have a rather troublesome menu. As I have some categories in the menu as it decreases the screen it embeds and descends another new menu below. Then I realized that my bootstrap only collapses on the "xs" devices. What do I need to let coll...
asked by 14.07.2017 / 05:58
5
answers

center a nav menu [duplicate]

How can I centralize this menu? ul{ margin: 0; } ul { list-style: none; } a { text-decoration: none; } .clearfix:after { display: block; content: " "; clear: both; } #site-navigation { background-color: #111; bord...
asked by 18.07.2017 / 14:18
0
answers

Problems with the mobile Max Mega Menu WordPress

Personal speech, Recently I installed the Max Mega Menu plugin on my client's website and left everything up and flowing well in the working desktop version. When I went to see on mobile the responsive menu of this plugin is not working. I wonde...
asked by 01.07.2017 / 17:34
0
answers

C # - Is it possible to put a Scrollbar inside a Menustrip through the code, without touching the design?

Hello I'm using Windows Forms and created a menu with many items: In order to view all items, I have to use these arrows at the ends of the menu. I would like to be able to add a Scrollbar or something to view the items more easily....
asked by 16.06.2017 / 13:28
0
answers

Make R wait for user

I have a complete program in R, where I first ask the user for a number, using the menu function: menu(c('1','2','3'),title='Escolha um numero') Next, a few lines of code below, this chosen number is required for some functions. It is requi...
asked by 13.05.2017 / 12:59
1
answer

How to turn off the initialization of the ionic menu?

I would like to know how I turn off the Ionic menu startup on a given page, since I do not want the services of it to be enabled as well.     
asked by 12.05.2017 / 14:06
2
answers

Leave submenu in container width

How to leave the dropdown within the width of the container? See the link: link So it's the script default: pasteboard.co/12NtG7PEO.png But I'd like it to look like this: pasteboard.co/12QapxzIV.png that the submenu does not have the fu...
asked by 25.04.2017 / 22:54
1
answer

Make content appear according to button clicked on the side menu

I have a side menu listed with several lis and the contents of each menu item listed next. I would like that when the user opens the page the first menu item is already visible, and if he clicks on another the visible item will appear and...
asked by 28.04.2017 / 15:33