Want to create left navigation bar and three images in the right side in the same row. Using bootstrap. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Want to create left navigation bar and three images in the right side in the same row. Using bootstrap.

Able create left navigation bar with <ul> tag and class="list-group-item". Using grid system after left navigation bar unable to place three images with header and footer. Using col-lg-3 and col-lg-9 . Please help me

10th Oct 2021, 7:02 PM
Avinash
5 Answers
+ 1
I got it. I have assigned the wrong id to data-bs-target. Thanks a lot for helping
15th Oct 2021, 1:42 PM
Avinash
0
Post your code, so we can see what is problem.
11th Oct 2021, 8:53 AM
PanicS
PanicS - avatar
0
My navigation bar not working after minimising screen. The right corner burger symbol doesn't show anything. I am using bootstrap 5.
15th Oct 2021, 11:17 AM
Avinash
0
I don't understand "3 images with header and footer", you only send code with nav included, without rest of elements. Also hamburger menu work, if you have problem with it than you didn't upload all JavaScript code needed, bootstrap also need popper.js to work fine.
15th Oct 2021, 12:43 PM
PanicS
PanicS - avatar