CSS styles

Allows to include customized CSS styles which you can define a customized graphic appearance for the menu, thus it can be a little complicated to define all the styles for the popup menu, so it is necessary being careful if default styles are disabled.

A simple exercise of using the styles template will be:

#id_contenedor_menu { margin-bottom: 10px; }
With the previous code, the menu is separated 10px from the central topic or the first block, according to the position defined for the menu.

Note: