Hi there,
1. Try this CSS:
@media (max-width: 1100px) {
.main-navigation .menu-bar-item {
position: absolute;
top: 0;
left: 50%;
transform: translateX(-50%);
}
.main-navigation .menu-toggle
margin-left: auto;
}
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
2. Unfortunately that’s not possible with CSS as it’s an SVG image. You’d need to find a new SVG image and replace it.
If you want to go with that route, can you open a new topic so we can handle one question per topic?
Thanks.