Nope… changing the Responsive Structure width didn’t work either. Here’s what I tried
WAS
/* =Responsive Structure
———————————————– */
@media (max-width: 800px) {
width: auto;
}
TRIED
/* =Responsive Structure
———————————————– */
@media (max-width: 1000px) {
width: 1000px;
}
…and new menu items STILL canNOT be saved to the navbar ??