Can I make the main menu bar full width and responsive?
assetivity1 Hi. Please try add this to css:
#t3-mainnav .container { max-width: 100% !important; }
Thanks but it didn't work. They grey menu bar is not full width.
assetivity1 Hi Try this code in custom.css file
.t3-mainnav .container {width:100%;padding:0px;}
Regards