• Resolved Hirschan

    (@hirschan)


    1) Look at this page in a phone. Click on the hamburgermenu. Why does the first link (LOCATIONTRUCK LARGE) disappear under the header?

    2) I want the email address [email protected] at the menu to be clickable so that an email is created. How do I do that?

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Twentig

    (@twentig)

    Hi,

    1. You can add the following CSS code in the Customizer > Additional CSS panel to fix the issue.

    @media only screen and (max-width: 651px) {
    	#masthead.has-logo .menu-button-container {
    		padding-top: 15px;
    	}
    }

    2. Unfortunately, you’re using the site tagline to display your email address, and WordPress doesn’t allow adding a link.

    Hope that helps,
    Tom

    Thread Starter Hirschan

    (@hirschan)

    Great! Thanks Tom, now it looks okey.

    2) For me, it is not necessary that the email address is tagline. That was the only way I could come up with to show it where it is now.
    Is it possible to get a clickable email address in the same place or somewhere nearby if I delete the tagline?

    Plugin Author Twentig

    (@twentig)

    Hi,

    The only way to add a link in the header is to put it inside the menu. You can add an email link to your menu by adding a custom link and setting its URL to mailto:[email protected]

    Have a nice day,
    Tom

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘A menu link is not visible’ is closed to new replies.