i like to have the menu bar full width ass the screen where to do this
the blue bar with the products
We have made this feature many times. If you are interested, please PM me
we are also at your service
Try changing container-fluid CSS to
.container-fluid {
max-width: 100% !important;
}
[quote name='Triplets' timestamp='1437844491' post='224291']
Try changing container-fluid CSS to
.container-fluid {
max-width: 100% !important;
}
[/quote]
This will make the whole page full width.