Home Forums WoodMart support forum Mobile Menu Issue

Mobile Menu Issue

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #282517

    juanrojodesign
    Participant

    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.

    #282604

    Artem Temos
    Keymaster

    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

    #289589

    juanrojodesign
    Participant

    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.
    #289685

    Bogdan Donovan
    Keymaster

    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

Viewing 4 posts - 1 through 4 (of 4 total)