Hi guys! Hope you’re doing great. Just two quick items that changed with the new update (updated from 3.8) that I’m hoping you can help me with, as per below. Otherwise, everything else seems to update nicely and the new menu looks amazing :)
1) In mobile, the page title is showing up alongside the menu icon and this is overlapping with our logo. Is it possible to remove this?
2) In desktop, the menu items seem to have shifted to the left slightly. Is it possible to move these back to be aligned as before?
Please see links in private content area showing production vs. staging for these two items.
Thank you so much!
Best,
Jonathan
Hey Jonathan,
1>
@media only screen and (max-width: 767px) {
#menu-item-2836 {display:none !important;}}
2>
.av-main-nav-wrap {left: 15px !important; }
feel free to adjust to suit.
Best regards,
Mike
You’re awesome! Thank you so much. You can mark as resolved.