Okay
  Public Ticket #1245479
Eurybia Theme, Top Menu Clickable Area/Links
Closed

Comments

  • adhocergo started the conversation

    I can't get the menu to behave properly.  Before the fixed menu kicks in from scrolling down, the clickable area is well below the text of the menu... (Portfolio, Resume, Contact and the two social icon links).

    When the menu fixes upon scroll, the clickable area to select the link is well above the text/icons.

    Site: http://sashasalehi.com

  •  2,010
    Ocean replied

    Hi,

    Go to Appearance/Menu => edit

    you need add link or add page.

    follow: https://www.awesomescreenshot.com/image/2669134/f878d71e11bbfbfd3892c1679d8f1a40

    Icon: go to Appearace/Customize/Header Setting/Social => add link

    follow: https://www.awesomescreenshot.com/image/2669135/1d99ea640e7d901700458c83543a3bb3

    Text below: You can add padding bottom for row.

    go to row setting/design option/ padding-top 50px;

  • adhocergo replied

    The menu is already there as outlined in your screenshots.  It's that you have to put the cursor a half inch BELOW the text of the menu or social icon links in order to find the click area.

    For the padding setting... do you mean edit the top row of the page to add 50px to Top Padding?  Tried that and didn't change anything. 

  •  2,010
    Ocean replied

    HI,

    you can add css code

    .mpc-row[data-row-id="mpc_row-67597a9d27eb289"] > .mpc-overlay--first {

    z-index-1;

    }

    .menu {

    z-index999999;

    }

  • adhocergo replied

    This worked PERFECT for the menu text, thanks!  The social icons to the right of menu still have odd click-area.  Is there something I can add to fix those like the menu?

    Thanks much!

  •  2,010
    Ocean replied

    Hello,

    The social icons to the right of menu still have odd click-area.  Is there something I can add to fix those like the menu?

    Please not enter any number in Appearance -> Customize -> General -> Site Logo : http://prntscr.com/g3b3w7

    Thank you

  • adhocergo replied

    Worked perfectly, thanks!