Title: Gallery &#8211; Album problem
Last modified: August 30, 2016

---

# Gallery – Album problem

 *  [gnarvaez](https://wordpress.org/support/users/gnarvaez/)
 * (@gnarvaez)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/gallery-album-problem/)
 * I create a sub menu following the advice showed here before ( thanks! )
 * 1) Copy header.php from the parent theme to the child theme. Edit that file and
   change line 49 from:
 * <?php wp_nav_menu(array(‘theme_location’ => ‘header_menu’, ‘container’ => false,‘
   menu_id’ => ‘navigation-menu’, ‘depth’ => 1, ‘link_before’ => ‘› ‘)); ?>
 * to
 * <?php wp_nav_menu(array(‘theme_location’ => ‘header_menu’, ‘container’ => false,‘
   menu_id’ => ‘navigation-menu’, ‘link_before’ => ‘› ‘)); ?>
 * 2) In your child theme’s stylesheet, add this:
 * #sidebar nav ul.sub-menu {
    padding-left: 1em; }
 * it worked fine but now when i create the album of the gallery they all become
   a submenu of the gallery and im not very happy with that, i would like to have
   it like in the theme, any solotion?
 * Also, could it be posible to have a rollover on the submenu to show or hide it?
 * thanks
 * G

The topic ‘Gallery – Album problem’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/phogra/1.9/screenshot.png)
 * Phogra
 * [Support Threads](https://wordpress.org/support/theme/phogra/)
 * [Active Topics](https://wordpress.org/support/theme/phogra/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/phogra/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/phogra/reviews/)

 * 0 replies
 * 1 participant
 * Last reply from: [gnarvaez](https://wordpress.org/support/users/gnarvaez/)
 * Last activity: [10 years, 7 months ago](https://wordpress.org/support/topic/gallery-album-problem/)
 * Status: not resolved