Home › Forums › CSS › [Solved] Need my Bootstrap CSS menu to look like this › Reply To: [Solved] Need my Bootstrap CSS menu to look like this
November 24, 2014 at 9:39 pm
#189137
Participant
you just add in the code css
.nav-stacked > li > a {
margin: 0px 10px;
}
.nav-stacked > li.active > a {
background: url(‘menu3.jpg’) no-repeat scroll right center #BCD4C7
}
please try it first
and
header for joomla
add code css custom
header.header img {
width:100% !important;
}
You can teach me to be able to convert html to joomla