CMS Development

bananaman11
Member

Hamburger Mobile Menu Made Desktop Menu Disappear

Hi there! I followed the steps here: https://designers.hubspot.com/docs/snippets/responsive/how-to-implement-a-fixed-top-mobile-navigatio...

 

When I did so, the mobile menu ended up working correctly, but somehow in the process the menu has now disappeared from desktop view. Here are some screenshots and a test page:

http://www.thegoodappleman.com/test

 

Mobile:

IMG_7941.png

 

Desktop:

Screen Shot 2020-02-07 at 9.03.32 AM.png

 

 

0 Upvotes
1 Reply 1
alyssamwilie
Recognized Expert | Elite Partner
Recognized Expert | Elite Partner

Hamburger Mobile Menu Made Desktop Menu Disappear

 

.custom-menu-primary .hs-menu-wrapper {
    text-align: right;
    margin-top: -75px;
}

The margin-top: -75px is hiding it out of the viewport.

 

If this answer solved your question, please mark it as the solution.

Alyssa Wilie Profile Image

Alyssa Wilie

Web Developerat Lynton

Learn HubL | Get Marketing Insights

HubSpot Elite Solutions Partner
Lynton's HubSpot theme Rubric now available. Click to download.
0 Upvotes