0
Hello
How I define the height of a line in Bootstrap 4 ?
My code:
<div class="row doc-grid">
<div class="col-md-3">.col-md-8</div>
<div class="col-md-9">.col-md-4</div>
</div>
Thank you
0
Hello
How I define the height of a line in Bootstrap 4 ?
My code:
<div class="row doc-grid">
<div class="col-md-3">.col-md-8</div>
<div class="col-md-9">.col-md-4</div>
</div>
Thank you
Browser other questions tagged bootstrap
You are not signed in. Login or sign up in order to post.
Have you tried CSS . doc-grid {height: Xxpx;}?
– Miguel
I didn’t want to change the original code
– abduzeedo
No, just give the element a different class/id not to change the bootstrap default, so style the element however you want
– Miguel
I did not find the . doc-grid
– abduzeedo
doc-Grig is the class of its Row element, look at the html you put in the question, it’s there
– Miguel
I found and put the height: 100%, but did not change anything, I already created a div with height 100%, but also came to nothing.
– abduzeedo