I was wondering if the logic on my switch statement was right
but let me address that bug first
Gaston Kirsman
@gastikirs
@NitinNair89 Tried to reduce padding but still doesnt work
Nitin Chandran Nair
@NitinNair89
@sorinr container-fluid still won't use 100% width. I suggest wrap a section to that portfolio row and give section bgcolor with width:100%
@j1417 you haven't used all the necessary classes to make tour website responsive on all screens. :)
j1417
@j1417
what another classes do i need?? @NitinNair89
Nitin Chandran Nair
@NitinNair89
@gastikirs can use a normal span tag and increase fontsize?
For complete responsiveness you need col-xs-(extra small), col-sm-(small), col-md-(medium) and col-lg-(large) classes. So all elements that you wish to be displayed properly without any padding or margin issues should have these classes.
Gaston Kirsman
@gastikirs
@NitinNair89 I reseted the padding all to 0px and worked
@NitinNair89 Ty ::)
CamperBot
@camperbot
gastikirs sends brownie points to @nitinnair89 :sparkles: :thumbsup: :sparkles:
After that u won't come across issues like width auto adjust and stuff unless you code it manually in your CSS @j1417
@gastikirs how else did you try before?
:D
Michael Davis
@mhdavis
@NitinNair89 okay I'm starting to see where I made silly mistakes
Nitin Chandran Nair
@NitinNair89
I hope I am not stressing you @j1417 but trust me I know how hard it is to get a good grip on the bootstrap grid. So take it slow. :)
Sorin Ruse
@sorinr
@j1417 what do you mean by when you increase the window size that element decrease its size?
Nitin Chandran Nair
@NitinNair89
@mhdavis good to hear that buddy. :+1:
Gaston Kirsman
@gastikirs
@NitinNair89 I tried changing just the padding-right
Now i did padding: 0px 0px 0px 0px;
Nitin Chandran Nair
@NitinNair89
He he. I should have been more clear :P sorry @gastikirs
You can omit the 'px' when using 0 :)
Gaston Kirsman
@gastikirs
oh ty :D
_
Nitin Chandran Nair
@NitinNair89
For @j1417 - For complete responsiveness you need col-xs-(extra small), col-sm-(small), col-md-(medium) and col-lg-(large) classes. So all elements that you wish to be displayed properly without any padding or margin issues should have these classes.
@j1417 suggested the 'value' attribute. It will work too @Tomididak
:)
Emily Sperry
@sperrye
http://codepen.io/sperrye/full/bwkkAb/ I'd like to have a gutter between the works and appearances columns, and also beneath the quote. How do I achieve this? It seems the image does it automatically...