Title: Breadcrumbs vs. sidebar
Last modified: September 1, 2016

---

# Breadcrumbs vs. sidebar

 *  Resolved [Michał](https://wordpress.org/support/users/mmmisiek/)
 * (@mmmisiek)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/breadcrumbs-vs-sidebar/)
 * Hello,
    Please look at [demo page of ignite](https://www.competethemes.com/ignite-live-demo/).
   On the main page the sidebar is top-aligned with the first post. On the other
   pages – where the breadcrumbs are active – the sidebar is lower. Please check
   the sidebar’s behaviour in both situations with and without “margin-top” declarations
   in the lines 1254 and 1267 in style.css file. I don’t know how to fix this.
 * I use Firefox 47, IE 11, Chrome 52
 * Regards
    Michał Maciejewski

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

 *  Thread Starter [Michał](https://wordpress.org/support/users/mmmisiek/)
 * (@mmmisiek)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/breadcrumbs-vs-sidebar/#post-7589592)
 * After turn off the breadcrumbs in theme’s customizer I’ve tried to use Breadcrumb
   NavXT plugin. The same effect.
    I’ve also put the code `<?php ct_ignite_breadcrumbs();?
   >` before the `<div id="overflow-container" class="overflow-container">` in header.
   php. The same.
 * Regards MM
 *  [webkong](https://wordpress.org/support/users/webkong/)
 * (@webkong)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/breadcrumbs-vs-sidebar/#post-7589617)
 *     ```
       .sidebar-primary-container {
           margin-top: 0;
       }
       ```
   
 *  Change margin-top to zero, style.css line 1267, 1254
 *  Thread Starter [Michał](https://wordpress.org/support/users/mmmisiek/)
 * (@mmmisiek)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/breadcrumbs-vs-sidebar/#post-7589627)
 * This is good, but not for home page, where breadcrumbs aren’t displayed.
    Maybe
   breadcrumbs must be displayed always, but on the homepage with visibility:hidden?
   Don’t know how to code this. Thank you anyway 🙂
 *  Theme Author [Ben Sibley](https://wordpress.org/support/users/bensibley/)
 * (@bensibley)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/breadcrumbs-vs-sidebar/#post-7589684)
 * Hi Michał,
 * I’m sorry for the alignment issue. In a recent update, I changed the sidebar 
   container from a `div` element to an `aside` element which stopped the CSS from
   working that normally handles this.
 * I will fix this in the next update, but for now you can add the following CSS
   to the Custom CSS section in the Customizer:
 *     ```
       @media all and (min-width: 56.25em){
   
         .breadcrumbs ~ aside {
             margin-top: 0;
         }
       }
       ```
   
 *  Thread Starter [Michał](https://wordpress.org/support/users/mmmisiek/)
 * (@mmmisiek)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/breadcrumbs-vs-sidebar/#post-7589724)
 * Works great! Thank you Ben, also for the speed of your reaction 🙂
 *  Theme Author [Ben Sibley](https://wordpress.org/support/users/bensibley/)
 * (@bensibley)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/breadcrumbs-vs-sidebar/#post-7589758)
 * No problem, glad I could help 🙂

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

The topic ‘Breadcrumbs vs. sidebar’ is closed to new replies.

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

 * 6 replies
 * 3 participants
 * Last reply from: [Ben Sibley](https://wordpress.org/support/users/bensibley/)
 * Last activity: [9 years, 9 months ago](https://wordpress.org/support/topic/breadcrumbs-vs-sidebar/#post-7589758)
 * Status: resolved