Forum Replies Created

Viewing 1 replies (of 1 total)
  • Thread Starter cjszkr

    (@cjszkr)

    Thank you – I was able to adjust the height. But I added the same number -10px to the -10% to follow instructions on maintaining responsiveness, and the header and nav bar separate on mobile display. The ipad display is fine. This is the code I’ve added to Custom CSS:

    .tc-header, .navbar-inner {
    position: relative;
    top: -10px;
    left: 0px;
    top: -10%;
    left: 0p%;
    min-height: 45px;
    max-height: 80px;
    background-color: #B2CB7A;
    border-bottom: 5px solid #F4F5ED;
    border-top: 5px solid #F4F5ED;
    }

Viewing 1 replies (of 1 total)