Hey i need help with my site, want to get the nav on the right side and the pic on the left,
but it always sticks under the picture…
idk whats the difference to my other sites never had this issue…
im not manipulating this section or classes in css either…
thanks f
<!-- Section-A -->
<div class="container-fluid">
<div class="row">
<div class="showcase">
<div class="col col-lg-6- col-md-6 col-sm-6">
<img class="rounded img-fluid img-responsive showcase_pic" src="./pics/1024x768/showcase_pic.png" alt="">
</div>
<div class="col col-lg-6 col-md-6 col-sm-6">
<nav class="side_nav">
<ul class="nav flex-column">
<li><a class="nav-link active" href="#">Home</a></li>
<li><a class="nav-link" href="#">Preise</a></li>
<li><a class="nav-link" href="#">Bikespots</a></li>
<li><a class="nav-link" href="#">About Us</a></li>
<li><a class="nav-link" href="#">Partner</a></li>
<li><a class="nav-link" href="#">Contact</a></li>
</ul>
</nav>
</div>
</div>
</div>
</div>