"vertical menu"
Bootstrap 4.0.0 Snippet by mhk67_

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<link href="//maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<!------ Include the above in your HEAD tag ---------->
<script defer src="https://use.fontawesome.com/releases/v5.0.6/js/all.js"></script>
<div class="container nav-cat">
<div class="row">
<div class="mhk-box">
<div class="box-header">
<span class="caption"><i class="fas fa-bars"></i><span class="mr-1">دسته بندی محصولات</span></span>
</div><!--.box-header-->
<div class="box-body">
<ul class="nav flex-column category">
<li class="nav-item">
<a class="nav-link" href="#">
<i class="fas fa-caret-left caret"></i>
عنوان
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">
<i class="fas fa-caret-left caret"></i>
عنوان
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">
عنوان
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
body{
background:#f8f8f8;
}
.mhk-box .box-header {
background-color: #ee3048;
color: #ffffff;
height: 43px;
direction: rtl;
text-align: right;
}
.mhk-box .box-header .caption {
display: block;
padding: 12px 10px;
}
.mhk-box .box-body {
background: #ffffff;
}
.category {
text-align: right;
}
.category li {
border: 0 !important;
border-bottom: 1px solid #e9e9e9 !important;
}
.category li:last-child {
border: 0 !important;
}
.category li a {
color: #000;
position: relative;
}
.category li a .caret {
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: