Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

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

#189137
robetnobe
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