[Support request] nav-botton issue

Home Forums Support [Support request] nav-botton issue

Home Forums Support nav-botton issue

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #942290
    Jana

    I’ve already successfully used the nav-botton on another site but can’t make it work on this one.

    I’ve got nav-botton in the css classes for my donate button.

    And this is what is in my Additional CSS:

    @media
    (max-width: 768px) {
    .mobile-header-navigation .site-logo.mobile-header-logo img {
    height: 108px;
    }
    .menu-toggle, .main-navigation .mobile-bar-items a {
    line-height: 108px;
    }
    }

    @media
    (max-width: 768px) {
    .navigation-branding img, .site-logo.mobile-header-logo {
    height: 108px;
    }
    }


    @media
    (min-width:769px) {
    .main-navigation .main-nav ul li.nav-button a {
    background-color: #ffffff;
    border: 2px solid #000000;
    color: #000000;
    line-height: 35px; /*this number will likely need to be adjusted*/
    }
    }

    And I’ve read the instructions and made it work before – I’m stymied.

    #942348
    Leo
    Staff
    Customer Support

    Hi there,

    There is a spelling mistake:
    https://www.screencast.com/t/TPtsYH3P

    Let me know if this helps 🙂

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.