Why do we have a Jumbotron if we have the Container-fluid?
I have seen a lot of explanations saying that is because it is full width, but the container fluid is not.
Help me out with that please thanks =)
You can see the difference between .container and .container-fluid here
and as for Jumbotron. Think of it as a hero section which sets below navbar. You can read about it here
Hope I helped
Related
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.
I am trying to get the sections of my site to span the full width of the screen. I had it running but something has gone wrong. The site is at:
http://tahoe-luxury-properties.com/index2.html
It has to be something simple, but I can't figure it out. Any suggestions? Thanks so much. -Beth
There's margin of 8px in the body.
Remove the margin and you are good to go.
screenshot
I know that there are a lot of questions and answers about that, but still I can't figure out how to apply to my website. Problem is when zooming out page divs are moving where they don't belong.
Here is picture: http://prnt.sc/c1fz87
Live: http://minecube.lt/paslaugos/
CSS: http://pastebin.com/aCgUyZxV
HTML: http://pastebin.com/WgrHwXpw
And default bootstrap 3.3.7: https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.css
Thanks for help in advance! :)
Try to add a background-size to your body style
background-size:cover;
Hope its help you
I'm learning HTML & CSS, and I'm having an issue.
My page is already built : a header, some blocks, a footer. Very simple, I'm a beginner.
I'd like the footer to stay fixed on the bottom until it reaches a limit situated 50px under the last block (if we scale the viewport). Then it should just stay there like a normal block... But I can't figure out how to make it happen!
Could you help me, please?
By the way, I speak French : if something isn't clear enough, please tell me and I'll try to explain.
Thank you in advance for your help,
Adrien.
There are many different ways to handle this with purely CSS.
Firstly Twitter Bootstrap has a nice means of doing this. Link is here
Or you could use the CSS Sticky Footer See here
The key is to create a negative bottom margin in the main container, using the exact height you want your footer to be.
I hope this helps.
i am having trouble writing code for my top-nav
http://jsbin.com/evIhAkir/5/edit?html,css,output
i am trying to make social icons on my website horizontal in my nav bar but got stuck.
which is the best way to horizontal those icons.
http://jsbin.com/evIhAkir/6 i had been fixed your issue but please first improve your knowledge in html specially
difference between width in % and px
margin and padding
float:left and right and clear both..
hope you got the answer