hey there, i am struggling and was wondering, if someone could help me: http://codepen.io/JonathanWbn/pen/AXVgkL problem: how du i get my navigation bar to be completely on top with no space?
Dylan
@dhcodes
@JonathanWbn take out position: fixed; for the ul attribute
Jonathan Wieben
@JonathanWbn
@dhcodes yes, but i want this blue bar to always stay on top.
so i have to keep fixed.
Dylan
@dhcodes
then do: position: fixed;
top: 0;
@JonathanWbn
Jonathan Wieben
@JonathanWbn
@dhcodes yep, got it. thanks.
CamperBot
@camperbot
jonathanwbn sends brownie points to @dhcodes :sparkles: :thumbsup: :sparkles:
yeah. the terror in this world is getting out of hand. just makes me sad.
thanks tho.
Dylan
@dhcodes
np. sad that we're all so used to it :(
happy coding
Jonathan Wieben
@JonathanWbn
if i may i would like to ask another question: how can i make the blue bar always "overwrite" everything, so when i scroll i dont see the text running through
Dylan
@dhcodes
@JonathanWbn add z-index:9999;
Jonathan Wieben
@JonathanWbn
Awesome! you made my day. thanks.
@dhcodes thanks
CamperBot
@camperbot
jonathanwbn sends brownie points to @dhcodes :sparkles: :thumbsup: :sparkles:
i thought the container element in bootstrap centered the content? maybe it just contains it all in one container. Do I need to apply an explicit width to container?
Coy Sanders
@coymeetsworld
you still have the column problem :)
thats not how it works, columns need to add up to 12, per row
Randy Goldsmith
@Dueldrawer8
@coymeetsworld yes i did 4 rows..each with col-sm-3
Coy Sanders
@coymeetsworld
basically you're saying just use the first fourth of the row's width to put content
columns need to add to 12, per row
Randy Goldsmith
@Dueldrawer8
ohh
Bhushan933
@Bhushan933
@trip16661 No I have worked a lot with responsive sites, but for my organizations ... now I want to create my personal portfolio :)
Randy Goldsmith
@Dueldrawer8
lol
Coy Sanders
@coymeetsworld
anyways you probably shouldn't do it that way anyways
try using a table instead
Randy Goldsmith
@Dueldrawer8
i was just trying to use bootstrap in this project