Results for: title-bar
I'm reading this page http://foundation.zurb.com/apps/docs/#!/title-bar looking for a way to set the item position on the title bar with sass the same way I do when I add the classes center, left, and right to a child element. I've also tried copying and ... (continued)
Hello All, I am currently working on a website using Foundation 6. I have implemented a top bar for the medium and large screens and a title-bar for mobile phones with a off-canvas menu. The issue I am having is that the off-canvas menu does not push t... (continued)
Hello All, I am currently working on a website using Foundation 6. I have implemented a top bar for the medium and large screens and a title-bar for mobile phones with a off-canvas menu. The issue I am having is that the off-canvas menu does not push t... (continued)
Show title-bar for medium and small Hello All, I would like for my off canvas menu and title bar to display on medium and small screens but it does not seem to be working using the visibility classes. I have added all the foundation components cor... (continued)
I ran into an issue trying to recreate the sticky title bar from this example in the Foundations docs: http://foundation.zurb.com/sites/docs/assets/partials/sticky-nav.html It seemed to work at first - it did not overlap the content below when the pag... (continued)
Hi, I need to create a layout with a title-bar stuck to top edge and an off canvas menu. My code works, but it has a flaw - when I open the left off-canvas and scroll down, the title bar jumps to the right. I figured out this won't happen if I remove ... (continued)
I'm using this template: http://foundation.zurb.com/templates-previews-sites-f6/news-magazine.html But I'm having problems in configuring the navigation main menu (Tech, Energy, Space, Medicine, etc) area. Where do I find the CSS for this section ... (continued)
It's incredible. If one uses the code of Rafi Benkual for the title bar: http://codepen.io/rafibomb/pen/bpgMRMthe Submenu works.If you change only the link names in a longer name, the submenu opens in the wrong direction.I have only the link named "T... (continued)
Hey everyone, so I just got back into doodeling around with foundation a bit and I keep running into a strange behavior when I want to set up a sticky title-bar. I'm working with this mint-condition new project called "test" where I didn't even touch the... (continued)
I am using Foundation 6 (the rails foundation gem, version 6.0.2). When I load pages today, The dropdowns seem to be fully expanded within the page. When I reload the page, the navigation menu returns to normal, I'm pretty stumped! This is what i... (continued)
Hi, I am using the title bar responsive menu to show a dropdown style on small screen sizes and the full menu on large screen sizes. The problem is that the dropdown version flashes into view on page load on larger screen sizes. Is there anythin... (continued)
I am using a vanilla install of 6.2 (Complete) with only the html code provided @ http://zurb.com/building-blocks/top-bar-with-off-canvas to demostrate the menu-icon but I cannot get the icon to appear. The titlebar shows and functions as ... (continued)
Hello everyone, I'm working with the top bar navigation and I'm struggling to position the title bar text, or anything else except a menu vertically centered. Here is a picture to demonstrate what I mean: And here is the code: <div class=... (continued)
Hi everyone. Relatively new to F6, have been trying for days now for a way to get my title-bar to stick to the top. Here's the code I have. I added the .sticky class and [data-sticky], data-margin-top... but nothing is working. Thank you in adva... (continued)
I have the below cooking up in my Off-Canvas menu that is accessed by Title-Bar, and it sort of works, but not cleanly. Anyone able to help how to get the 'x' to close the Off-Canvas menu cleanly? <body id="topOfPage"> <div clas... (continued)
well, I'm also using off-canvas on this page, so maybe the two don't play nice together. I'm not really in the mood to rip up my whole layout that I finally got right — just to see if I can get sticky nav working in the absence of off-canvas. ... (continued)
I am using the title-bar for mobile navigation. Unfortunately it is visible on the desktop version for a couple of seconds until the page has finished loading. You can see the hamburger icon clearly during this time and then it's gone. This is not a goo... (continued)
Hello, I'd like to create a sticky Title Bar using Foundation's Sticky plugin. Here's what I got so far, the title bar does not stick. Am I missing something here? Other elements on that website stick as expected. <div data-sticky-container> ... (continued)
Hi there! I want to make a responsive top-bar menu with collapsing exactly the same way as I have it in Bootstrap. Could anyone tell me, how to do that? In the code below, there is my main index file and css styling. <nav class="navbar navbar-fixed-to... (continued)
Hello, there was a nice example by Brett Mason on off-canvas with a sticky title bar: https://codepen.io/brettsmason/pen/WxeeNO Unfortunately with foundation 6.3 it doesn't work any more while the off-canvas menu is open. Here the exact same pen with F... (continued)