I am trying to make the list items in bootstrap navbar stretch all the width of the page in the mobile view but it doesn't work. I tried some of the ...
I am trying to make the list items in bootstrap navbar stretch all the width of the page in the mobile view but it doesn't work. I tried some of the ...
I'm trying to find a way to click on an element in my navbar and have the page auto-scroll down to that section. My one-page website consists of a Sin ...
I used the outline of the code from we3schools. My problem is that the first item on the navbar ends up smaller and not level to the rest of the items ...
I am currently creating a website and i am having problems with the mobile layout. My mobile navbar is at the bottom of the screen and the text should ...
I have a problem with the Bulma framework. I have a small navbar for desktop and want to add a navbar burger. But it doesn't work. I tried the js scri ...
I am building a flask web-app and I am now working on the nav-bar. I am using bootsrap 5 to style. Now I am trying to set the the class=active when I ...
I was using Link to navigate to new page, now I made one page of all components and it's not doing anything on click. } I follow up with the docs ...
I am attempting to conditionally render a and based on whether or not a user is signed in or not using AWS amplify and Vue 3 for the frontend. I have ...
i'm using create-react-app and have a navbar that I would like to add a background image to. I have tried a couple different things like add the backg ...
I've made a basic navigation bar sticking at the top of my page, but admittedly I'm having trouble understanding how to create a hamburger menu using ...
I created social media icons in my navbar as below. It works fine in my browsers (Chrome, Edge) but for my partner, in South Africa: it does not show ...
I have a navbar item "logout" and I want to call the logout function which is placed in my Home.vue. The Home.vue component is controlled via the rout ...
I'm using react-router-dom to make a multi-page website and I'm trying to add a fixed navbar to the top. My navbar component and css file: .nav { ...
I used :before and :after to create a custom shape navbar, but now my navbar elements are spilling out when resizing to smaller widths, and also I am ...
I am currently trying to build a website with python django. At the moment I am making a dashboard for the website. On the dashboard I want to show th ...
So I'm still new to web developing and currently working on a restaurant site but when I view the page on smaller screens it's not displaying properly ...
I am trying to make two lines of the words that appear in each tab, in navigation bar but cannot in any way. Here it is the pics with the words I am ...
I am trying to put an image at the top of the page, just below the navbar. Whether I use margin or padding CSS styles, the picture always stays at the ...
I am trying to get two navigation bars, specifically, all the tools like gene expressions, genomic, epigenetics to fall under the tools. I have been ...
App.js Menu.js i was trying to make a responsive navigation bar. the navigation bar is actually a sidebar. i used the props to pass the 'classNa ...