K
K
kappka2015-09-27 14:12:32
css
kappka, 2015-09-27 14:12:32

What is the correct way to use Bootstrap?

Hello.
I ran into a problem: bootstrap breaks my hands because I can't find answers to some questions:
1) How to correctly override bootstrap styles for menus? (nav). When you need to make a menu 1 in 1 according to the layout, you have to wring your hands and overlap styles. Maybe not use the nav from bootstrap at all and do it yourself?
2) How to correctly correct the dot (screen width) in the same menus when it "slams"?
3) Let's say I want to make 3 blocks on one line, but of a certain size (according to the layout) and adaptively. Is it right to remove bootstrap indents from .col blocks through "important" and then write your own? Perhaps there are other ways to manage them 100%?
4) Is it correct to add your own classes of type ".item .col-md-4" to blocks of type ".col-md-4" or is it better to wrap them?
Thanks in advance.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
S
sergey, 2015-09-27
@zorro76

Customize

S
Sergey, 2015-09-27
Protko @Fesor

Maybe not use the nav from bootstrap at all and do it yourself?

This is logical.
important is a caste. Try to do without it. You can always make your own modifiers.
Semantics. In general, norms. Read about cascading and selector priorities.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question