Title: michaelgr22's Replies | WordPress.org

---

# michaelgr22

  [  ](https://wordpress.org/support/users/michaelgr22/)

 *   [Profile](https://wordpress.org/support/users/michaelgr22/)
 *   [Topics Started](https://wordpress.org/support/users/michaelgr22/topics/)
 *   [Replies Created](https://wordpress.org/support/users/michaelgr22/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/michaelgr22/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/michaelgr22/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/michaelgr22/engagements/)
 *   [Favorites](https://wordpress.org/support/users/michaelgr22/favorites/)

 Search replies:

## Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[evolve] Issue with navigation bar in child theme](https://wordpress.org/support/topic/issue-with-navigation-bar-in-child-theme/)
 *  Thread Starter [michaelgr22](https://wordpress.org/support/users/michaelgr22/)
 * (@michaelgr22)
 * [7 years, 3 months ago](https://wordpress.org/support/topic/issue-with-navigation-bar-in-child-theme/#post-11228156)
 * After adding the (exact same) code for the breadcrumb from the original style.
   css to the style.css of my child theme it worked. I wonder if this is the best
   solution, but I think it’s a good workaround.
 *     ```
       .breadcrumb-item + .breadcrumb-item::before {
           border: solid;
           border-width: 0 .1em .1em 0;
           content: "";
           display: inline-block;
           margin-right: .5rem;
           padding: .15em;
           transform: rotate(-45deg);
           -ms-transform: rotate(-45deg);
           -webkit-transform: rotate(-45deg);
           vertical-align: .15em;
       }
       ```
   
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[evolve] Issue with navigation bar in child theme](https://wordpress.org/support/topic/issue-with-navigation-bar-in-child-theme/)
 *  Thread Starter [michaelgr22](https://wordpress.org/support/users/michaelgr22/)
 * (@michaelgr22)
 * [7 years, 3 months ago](https://wordpress.org/support/topic/issue-with-navigation-bar-in-child-theme/#post-11228063)
 * Hello [@romik84](https://wordpress.org/support/users/romik84/) ,
 * thank you for the answer.
 * I tried it with [Child Theme Generator Plugin of WordPress](https://wordpress.org/plugins/child-theme-generator/#installation)
   and [https://childtheme-generator.com/](https://childtheme-generator.com/). With
   both the same result as above. Do you have more suggestions?
 * Thanks,
    Michael

Viewing 2 replies - 1 through 2 (of 2 total)