• Resolved eengler

    (@eengler)


    I’m having problems with my header, when scrolling down the black turns white and my logo becomes invisible. I can’t find the problem. Anyone else having this issue? Also I want my nav bar to float right upon load. I’ve been working on this and just deleted alot of my CSS since I didn’t need it with the new update. Any suggestions?

    emilyengler.com

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • Fix the white with:

    .tc-solid-color-on-scroll.sticky-enabled .navbar-inner, .tc-solid-color-on-scroll.sticky-enabled .tc-header {
        background-color: #000;
    }

    Right justify with:

    .sticky-disabled .navbar .nav {
        left: 75%;
    }

    BUT you’ll need to check and adjust responsiveness using @media

    Thread Starter eengler

    (@eengler)

    Thank you so much! I have to work on the responsiveness still thanks for hat add tip but for now the desktop is just what I’m looking for. Thanks so much!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Header Problems’ is closed to new replies.