additional div - Joomla! Forum - community, help and support
good afternoon. including templates , can not figure out lines of code when outputting module
output module menu. , between div module module , heading there 3 additional div. js turned off, design of module in template not overridden. in template under usual definition of position of modules
how know come from? want ask them class.
when using other templates none
output module menu. , between div module module , heading there 3 additional div. js turned off, design of module in template not overridden. in template under usual definition of position of modules
how know come from? want ask them class.
when using other templates none
it's called module chrome. it's come style="something" on jdoc:include.
https://docs.joomla.org/jdoc_statements
https://docs.joomla.org/what_is_module_chrome%3f
https://docs.joomla.org/applying_custom_module_chrome
you can address unclased divs div.modulecool_menu div div {....}. address second div after clased one.
div.modulecool_menu > div {....}. address fist level after classed one.
http://www.w3schools.com/cssref/css_selectors.asp
https://docs.joomla.org/jdoc_statements
https://docs.joomla.org/what_is_module_chrome%3f
https://docs.joomla.org/applying_custom_module_chrome
you can address unclased divs div.modulecool_menu div div {....}. address second div after clased one.
div.modulecool_menu > div {....}. address fist level after classed one.
http://www.w3schools.com/cssref/css_selectors.asp
Comments
Post a Comment