For some reason when I go to a small enough size and the navbar changes to the dropdown one it will not expand no matter what. I cant figure it out.
Code: link
Thanks so much!
Related
does someone know how I can make my dropdown navbar responsive.
It's hard to explain what I mean, but you notice it if you check it out. Please resize you browser to notice it.
If you make your browser smaller you see:
HOME(active), discography & special, I only wish to see the ACTIVE left.
If you open the menu. You see "HIDEKI solo" next to discography.
But I want "HIDEKI solo" below discography. Same goes for SPECIAL!!! & Movie.
https://codepen.io/Nagashiwa/pen/xxRWwzO
Thank you!
First: I am sorry about my english
here is my problem
when the page was opened
fixed navbar is still work properly
after the user scrolls down, the navbar will move up and left haft of it.
In the navbar class I added "is-fixed-top" and in the body class I added "has-navbar-fixed-top"
Beginner
Thanks
My navbar overlaps/wraps to a second line when the screen resizes/reduces. This looks messy. I have used a toggle button for media devices, but this doesn't address the issue of when people resize the window.
There are two websites I can give an example of what I am hoping to achieve with my navbar/page:
https://www.facebook.com/
http://www.dailymail.co.uk/home/index.html
Note with both of these websites, that when the screen is resized, the page remains the same; although the window is reduced, nothing on the page is reduced. The navbar remains the same.
This is what I would like to achieve, but I'm not sure how?
And is it possible to achieve this with just the menu/navbar? Rather than making the whole website fixed in position?
All replies will be much appreciated!
Thanks!
John.
Try to style your navbar elements with display:table-cell and parent should be display:table.
Or you can go with flex.
Im trying to add my logo to my bootstrap 3 navigation. My goal is to achieve this:
MY NAV WITH LOGO
It shouldn't be centered and SHOULD be bigger than navigation panel (like in picture). I know that there are many soutions for those problems, but I've tried many of them and effect was poor.
Can anybody help me with this?
If it's necessary I can post any CSS or HTML code.
Thanks.
Edit: I did it, by using proper media queries nad manually positioned logo with margin.
I can't figure out how to get the carousel to not hide behind the fixed navbar.
I have tried a few things but I always get lost.
I want the navbar fixed to the top if possible. View the page:
http://www.pegasusbus.com/ebrochure/
Can anyone help me? I am new to all this but a quick learner.
Thank you!
add <br> after your top navigation. It works for me.