Home › Forums › WoodMart support forum › Mobile Menu Issue Mobile Menu Issue This topic has 3 replies, 3 voices, and was last updated 3 years, 10 months ago by Bogdan Donovan. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts April 13, 2021 at 8:34 pm #282517 juanrojodesignParticipant Hi there, Hope all is well. We have updated to the latest version of Woodmart and having some issues with Mobile Menu. See private content for details please. April 14, 2021 at 6:33 am #282604 Artem TemosKeymaster Hello, It looks like you have customized our theme in the child theme. Try to switch to the parent theme and test how it works. The icon has been redesigned to reduce the CSS size. Both builders will be always supported. We have no preferences for this. Kind Regards May 4, 2021 at 11:52 pm #289589 juanrojodesignParticipant Hi there, How can we have the back arrow show again on mobile in the like desktop header. This is something we need back please for the website? Kindly advise. Thanks. Attachments:You must be logged in to view attached files. May 5, 2021 at 7:47 am #289685 Bogdan DonovanKeymaster Hello, Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue. @media (max-width: 1024px) { body .wd-back-btn { display: block; } body .wd-back-btn.wd-style-icon>a:before { font-size: 26px; content: "\f121"; font-family: "woodmart-font"; } .page-title.with-back-btn .container { position: relative; } .page-title.with-back-btn .wd-back-btn { position: absolute; left: 0; top: -2px; margin-bottom: 0; } .page-title.with-back-btn .entry-title { margin-left: 30px; margin-right: 30px; } } Kind Regards Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to create new topics. Login / Register