2016-02-11, 08:29:33
I am trying to work on a dropdown menu. I have I18N activated.
<?php get_i18n_navigation(return_page_slug(),0,3,I18N_SHOW_MENU); ?>
Problem is, I get a jumble of titles scrunched together.
On looking at Developer Tools, I see the menu is in a single list. Should this not be nested or am I missing something.
I need to differentiate parent and child for styling. Is there somewhere within the PHP I can add a child class. Sorry, my PHP is non-existent so help is appreciated.
I want to do this CSS only, not JS or AJAX.
thanks
<?php get_i18n_navigation(return_page_slug(),0,3,I18N_SHOW_MENU); ?>
Problem is, I get a jumble of titles scrunched together.
On looking at Developer Tools, I see the menu is in a single list. Should this not be nested or am I missing something.
I need to differentiate parent and child for styling. Is there somewhere within the PHP I can add a child class. Sorry, my PHP is non-existent so help is appreciated.
I want to do this CSS only, not JS or AJAX.
thanks
I'm no Einstein, nor do I profess to be. Just saying what I would try in the circumstances.