• Resolved elizajane

    (@elizajane)


    Hi I have adapted the Pratt theme as my child theme as I wanted a fixed nav bar, however it does not collapse when I view the site on mobile device or resize the screen, the menu disappears altogether.

    My site is lizkane.ie

    I would appreciate if you could help as I really want to stick with the theme.
    Thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • youre using a bootstrap boilerplate. your navbar header isnt showing up. add the following to your css.

    @media (min-width: 768px) {
    	navbar-header {
    		display: block;
    	}
    }
    Thread Starter elizajane

    (@elizajane)

    Thanks Mr Case, tried that but no joy.

    Theme Author Tim Nicholson

    (@timnicholson)

    This is standard Bootstrap functionality, in which this theme is based. I’ve not seen or heard any issues with the top navbar not collapsing. It looks like your site is working just fine now. I see you did a lot of CSS customizations to give it a unique look and feel, which is great.

    Thread Starter elizajane

    (@elizajane)

    Thanks Tim for a great theme and templates. BTW I switched from Pratt to Spot theme. The next thing I need to do is centre the nav bar, which is left aligned and everything else is centre aligned.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Top fixed nav bar not collapsing on small screen sizes’ is closed to new replies.